what is strcture
i++ i ++i answer to this i=5 what is the out put
Answer Posted / bala
My answer is
1.
#include<iostream>
using namespace std;
int main()
{
int i = 5;
cout << ++i << i << i++ << endl;
return 0;
}
ANS:765
2.
#include<iostream>
using namespace std;
int main()
{
int i = 5;
cout << ++i ;
cout << i ;
cout << i++ << endl;
return 0;
}
ANS:666
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is stl stand for?
What are the different types of stl containers?
Is there any error below, its a code to delete all entires from a map #include
help me i need a c++ program which takes sequesnce of characters and outputed sequence of their token taypes, work same compiler in lexical analysis phase
how to making game in c++ ?
Can we use stl in coding interviews?
please visit this site you'll find my question this is my homework please answer it if you can http://easyscience.org/ib/lofiversion/index.php/t36168.html
How does an stl file work?
totoo po ba ang manga aliens!
a program using one dimensional array that searches a number if it is found on the list of given input numbers given by the user and locate its exact location in the list.
Define stl.
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
How connect plc and pc through software
What are the symptoms of stl?
How do I convert a stl file?