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 connect plc and pc through software
What is the use of stl?
What is stl in c++ with example?
Who created stl?
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 two types of containers does the stl provide?
How do I convert a stl file?
What are the various types of stl containers?
What is a standard template library (stl)? What are the various types of stl containers?
what is template and type convertion
Is stl part of c++ standard?
What are the symptoms of stl?
Is string part of stl?
What are the different types of stl containers?
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