what is strcture
i++ i ++i answer to this i=5 what is the out put
Answer Posted / shivendra
The o/p will be as follows:-
666
reason:- in c++ in cascading the processing will be from
RHS. hence first "++i" will be executed and gives value 6.
after that "i" is executed as 6 and finally "i++" which will
also give 6.
one thing to notice here is that printing will be as usual
i.e. from left to right. So if the structure was "++i i i++"
then o/p will be 765
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
how to use C++?
Is there any error below, its a code to delete all entires from a map #include
write a program that will accept a number and print.its equivalent in words the maximum input number is 9999
Explain stl.
Describe how to safeguard a system through acquisition of an antivirus Program and systematic backup.
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
write a program to convert a decimal number in to its equivalent binary number?
What is a list in c++ stl?
How do I convert a stl file?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
what is template and type convertion
What is stl stand for?
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
Define stl.
What is stl stack?