STL (140)
OOPS (873)
C++ General (2409)
What is meaning of in c++?
What is difference between class and function?
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
How should runtime errors be handled in c++?
Why is c++ still popular?
What is new in c++?
What is the best c++ compiler for windows 10?
What is the use of endl?
Explain deep copy?
Define friend function.
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is basic if statement syntax?
What are the differences between malloc() and calloc()?
Explain register storage specifier.
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.