STL (140)
OOPS (873)
C++ General (2409)
Can manipulators fall in love?
Explain the extern storage classes in c++.
What is the use of object in c++?
Write a program that can take input from 3 to 8 and calculate the average?
Explain the difference between using macro and inline functions?
What is purpose of new operator?
Why do we need pointers?
When must you use a constructor initializer list?
What are the four main data types?
Why should we use null or zero in a program?
What are the advantages/disadvantages of using inline and const?
write a porgram in c++ that reads an integer and print the biggest digit in the number
Why do we use classes in c++?
What is the basic difference between C and C++?
Explain selection sorting. Also write an example.