What are the basics of local (auto) objects?
No Answer is Posted For this Question
Be the First to Post Answer
If you don’t declare a return value, what type of return value is assumed?
What is isdigit c++?
Can we use clrscr in c++?
What is a modifier in c++?
Is string data type in c++?
If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];
What are the sizes and ranges of the basic c++ data types?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
What is the use of setprecision in c++?
What are smart pointer? Whats its use?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
What are the steps in the development cycle?