Answer Posted / satheeshkumar
all the answer correct
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is the best way to declare and define global variables?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
What is fflush c++?
What are the manipulators in c++?
What would happen on forgetting [], while deallocating an array through new?
Do you know about latest advancements in C++ ?
What is the type of 'this' pointer?
Are php strings immutable?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
What are the advantages of c++? Explain
What do you mean by volatile and mutable keywords used in c++?
What is extern c++?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
Write about c++ storage classes?
What is ostream in c++?