What is a unnitialised pointer?
No Answer is Posted For this Question
Be the First to Post Answer
How long does this loop run: for(int x=0; x=3; x++) a) Never b) Three times c) Forever
17 Answers Datavance, Quark, VEL, Wipro,
what does the following statement mean? int (*a)[4]
What are punctuators in c++?
What is c++ w3school?
Explain the uses oof nested class?
List down the guideline that should be followed while using friend function.
What do you mean by friend class & friend function in c++?
Do you know what is overriding?
Do the names of parameters have to agree in the prototype, definition, and call to the function?
Differentiate between a constructor and a destructor in c++.
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
Can circle be called an ellipse?