What are the two types of comments, and how do they differ?
No Answer is Posted For this Question
Be the First to Post Answer
Why pointer is used in c++?
How much is size of struct having 1 char & 1 integer?
Can we make any program in c++ without using any header file and what is the shortest program in c++.
Write the program for fibonacci in c++?
How size of a class can be calulated?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create
Explain selection sorting. Also write an example.
What is c++ manipulator?
When does a name clash occur?
Explain the difference between class and struct in c++?
Write a c program for binary addition of two 8 bit numbers.
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?