STL (140)
OOPS (873)
C++ General (2409)
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is the use of function pointer?
Discussion on error handling of C++ .
How many times will this loop execute? Explain your answer.
Why do we use the using declaration?
Explain container class.
What is the precedence when there is a global variable and a local variable in the program with the same name?
What is the operator in c++?
How do you establish a has-a relationship?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
Can an interface inherit a class?
How do you declare A pointer to function which receives an int pointer and returns a float pointer
What is difference between polymorphism and inheritance?
What is c++ 11 and c++ 14?
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.