Can char be a number c++?
No Answer is Posted For this Question
Be the First to Post Answer
Can a function take variable length arguments, if yes, how?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
What is the purpose of the noexcept keyword?
What is the Difference between "vector" and "array"?
15 Answers Covansys, Gambit, TCS, Wipro,
Mention the purpose of istream class?
Explain how an exception handler is defined and invoked in a Program.
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
What is a down cast?
Why do we use the using declaration?
What is do..while loops structure?
Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];
What is c++ in english?