What is data type in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between global int and static int declaration?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ?
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
Is there a new/delete equivalent of realloc?
What operator is used to access a struct through a pointer a) >> b) -> c) *
What is command line arguments in C++? What are its uses? Where we have to use this?
Write a String class which has: 1) default constructor 2) copy constructor 3) destructor 4) equality operator similar to strcmp 5) constructor which takes a character array parameter 6) stream << operator
2 Answers HCL, Lehman Brothers, Zoomerang,
What are c++ stream classes?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
Difference between declaration and definition of a variable.
What is a loop? What are different types of loops in c++?
can output 5 students using one dimensional array