True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends
Write about a nested class and mention its use?
Is c++ a high level language?
What is difference between rand () and srand ()?
Can c++ do everything c can?
What is the difference between #import and #include in c++?
Define basic type of variable used for a different condition in C++?
Describe exception handling concept with an example?
What is size of string in c++?
What is operators in c++?
How much maximum can you allocate in a single call to malloc()?
How do you decide which integer type to use?
How would you find out if a linked-list is a cycle or not?
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.