What is std :: endl?
No Answer is Posted For this Question
Be the First to Post Answer
Is rust better than c++?
What is the function of I/O library in C++ ?
Write about all the implicit member functions of a class?
what is importance of data sturture in a programming language?
22 Answers L&T, TCS, Wipro,
What are protected members in c++?
Differentiate between a template class and class template?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
Can class objects be passed as function arguments?
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.
Do vectors start at 0?
why is iostream::eof inside a loop condition considered wrong?
If a header file is included twice by mistake in the program, will it give any error?