Top 15 C & C++ Tips and Tricks

Interview Preparation

BitMan
Top 15 C/C++ Tips and Tricks - The recruitment process for any C/C++ software engineer involves a basic verification test. Questions are designed around a specific domain, but always will be different from company to company. Below are some important tips that are often asked to an interview and also are somehow less studied thoroughly.

1. Member Functions

Functions that are declared within a class are called member functions. Members can access any element of the class of which they are part (public or private).

A non-static member can not have an initialize value.

A member can not be declared auto, extern or register.

2.

Published by BitMan

View profile

To comment, please sign in to your Yahoo! account, or sign up for a new account.