What is the use of object in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Write a corrected statement in c++ so that the statement will work properly. if (x > 5); y = 2*x; else y += 3+x;
What does std :: flush do?
What is the most useful programming language?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
Explain "passing by value", "passing by pointer" and "passing by reference" ?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
What is the difference between the functions rand(), random(), srand() and randomize()?
What is name mangling?
sir i want to study the c++ course but ino what is the qualification and the study methode please reply more details in c++
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
What do you mean by inheritance in c++? Explain its types.
Is c++ fully object oriented?