Does c++ support exception handling?
No Answer is Posted For this Question
Be the First to Post Answer
What does it mean to declare a member variable as static?
What is the most useful programming language?
What is the identity function in c++? How is it useful?
Explain public, protected, private in c++?
What is the difference between cin.read() and cin.getline()?
What is flush programming?
Explain what is oop?
Define anonymous class.
When do we use copy constructors?
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 is jump statement in C++?
How do you save a c++ program?