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
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
What is stl language?
What are the symptoms of stl?
How connect plc and pc through software
how to making game in c++ ?
What do stl stand for?
What are stl algorithms?
What are the components of stl?
i wanted to know about questions about c,c++ , which is required for placements.... im a fresher
How is stl different from c++ standard library?
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
What does stl mean in slang?
How do you convert stl to steps?
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 the stl, standard template library?