What is the difference between c++ and turbo c++?
No Answer is Posted For this Question
Be the First to Post Answer
When to use “const” reference arguments in a function?
Can user-defined object be declared as static data member of another class?
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 the message and method?
What is a c++ class?
What happens if an exception is throws from an, object's constructor and object's destructor?
Describe linkages and types of linkages?
How do pointers work?
What is tellg () in c++?
How do I open binary files?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random