what is oops and list its features in c++?
No Answer is Posted For this Question
Be the First to Post Answer
How we can differentiate between a pre and post increment operators during overloading?
What is an incomplete type in c++?
write a C++ programming using for loop: * * * * * * * * * *
What is a class definition?
Can a constructor return a value?
what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?
What is a tuple c++?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
What is the Difference between "printf" and "sprintf"?
7 Answers iSoft, PentaWare, TCS,
Differentiate between a constructor and a method in C++.
What are C++ inline functions?
Which bit wise operator is suitable for checking whether a particular bit is on or off?