STL (140)
OOPS (873)
C++ General (2409)
What is const in c++?
Can a program run without main function?
When do we run a shell in the unix system? How will you tell which shell you are running?
What is the difference between C and CPP?
Write about all the implicit member functions of a class?
How do you declare A pointer to function which receives an int pointer and returns a float pointer
How does an stl file work?
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.
What are the various situations where a copy constructor is invoked?
What is meant by exit controlled loop?
What are move semantics?
Why is main function important?
What is the use of ::(scope resolution operator)?
Is c++ pass by reference or value?
Which programming language should I learn first?