C++ program output?
Explain output of this program.
#include <iostream>
using std::cout;
using std::cin;
int main() {
cout<<cout<<'
';
cout<<cin;
return 0;
}
It prints some address in hexadecimal. what is it?
What is c++ iterator?
What are different types of typecasting supported by C++
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
what is difference between internet and Internet?
12 Answers College School Exams Tests, Microsoft, MIT, TCS,
Write a program to find the Fibonacci series recursively.
What are structs in c++?
Can a constructor be private?
What is the history of c++?
What is the use of pointer in c++ with example?
What do you understand by a pure virtual member function?
Explain virtual destructor?
What is long in c++?