Can I have a reference as a data member of a class? If yes, then how do I initialise it?
Why do C++ compilers need name mangling?
What problem does the namespace feature solve?
Can we use this pointer inside static member function?
reading material is provided 3 books for c++ if u need more do let me know thnx i hve lots of material do let me know if u want it
Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
Can we specify variable field width in a scanf() format string? If possible how?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
Write a corrected statement in c++ so that the statement will work properly. if (x = y) x = 2*z;
What are the three forms of cin.get() and what are their differences?
Differentiate between a pointer and a reference with respect to c++.
Why namespace is used in c++?
What is an undefined behavior and sequence points