What is command line arguments in C++? What are its uses? Where we have to use this?
What is ios :: in in c++?
Friend functions can access private and protected members of a class.
What is iostream in c++ used for?
How do you initialize a string in c++?
how to connect with oracle 9i with server in socket program in c/c++
Explain how an exception handler is defined and invoked in a Program.
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
What are move semantics?
What is the latest version on c++?
What are the rules for naming an identifier?
What is ctime c++?
There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.