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?
Answer Posted / guest
0x8f94036c0x8f940346
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Differentiate between the manipulator and setf( ) function?
What is null pointer and void pointer and what is their use?
Write a program to show polymorphism in C++?
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
Can we specify variable field width in a scanf() format string? If possible how?
What is the difference between an array and a list?
What are the new features that iso/ansi c++ has added to original c++ specifications?
What is a lambda function c++?
Explain the difference between overloading and overriding?
what is the difference between overloading & overriding? give example.
Describe new operator?
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened
Explain the difference between class and struct in c++?
Is c++ an integer?
Write a program to add three numbers in C++ utilizing classes.