What are features of c++?
No Answer is Posted For this Question
Be the First to Post Answer
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
Explain storage qualifiers in c++.
What do you mean by const correctness?
Why do we use structure in c++?
You're given an array containing both positive and negative integers and required to find the sub-array with the largest sum (O(N) a la KBL). Write a routine in C for the above.
What is the best it certification?
What are the basic data types used in c++?
Describe new operator?
Can you pass a vector to a function?
Name the debugging methods that are used to solve problems?
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
What is oops in c++?