Which is not a valid keyword
a) public
b) protected
c) guarded
No Answer is Posted For this Question
Be the First to Post Answer
Mention the ways in which parameterized can be invoked.
What are built-in functions? What is the syntax for the definition?
Which ide is best for c++?
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
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
What is multithreading and what is its use?Whats are multithreading techniques used in C++?
What is the use of pointer in c++ with example?
What is function prototyping? What are its advantages?
Difference between pointer to constant and constant pointer to a constant. Give example.
What is the full form nasa?
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
What is encapsulation in c++?