the maximum length of a character constant can be a) 2 b) 1 c) 8
What you know about structures in C++?
What happens when the extern "c" char func (char*,waste) executes?
Explain about Garbage Collector?
Explain explicit container.
What is dev c++ used for?
What is the limitation of cin while taking input for character array?
Why null pointer is used?
What is c++ 11 and c++ 14?
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)
how to explain our contribution in the project?
What is helper in c++?
What are references in c++?
What is difference between malloc()/free() and new/delete?
Is c++ a pure oop language?