-
What is the Basic nature of "cin" and "cout" and what concept or principle we are using on those two?
Basically "cin and cout" are INSTANCES of istream and ostream classes respectively.And the concept which is used on cin and cout is operator overloading. Extraction and Insertion operators are overloaded for input and ouput operations. Reference:: Object oriented programming in C++ By E.Balagurusamy
-
-
-
-
-
-
-
-
-
-
-
-
-
Empty declaration of a class holds memory 1 byte
Why empty declaration of a class holds memory 1 byte. Explain briefly?
-
-
-
-
-
-
C++ palindrome Code
How to check the string in one file is palindrome or not? Print how many strings in that file are palindrome?
C++ Interview Questions
Ans