void main()
{
int i=5;
printf("%d",i+++++i);
}
Answer Posted / visu
hey sulochana hav u tried it in a compiler..
cuz for me the result for that is 12.
i+++++i might give u an error but for sure (i++ + ++i)=12
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
List the difference between a 'copy constructor' and a 'assignment operator' in C?
What is non linear data structure in c?
What does sizeof int return?
application attempts to perform an operation?
What are the Advantages of using macro
develop algorithms to add polynomials (i) in one variable
What does void main () mean?
Are c and c++ the same?
What is scope and lifetime of a variable in c?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
What is use of bit field?
Describe the order of precedence with regards to operators in C.
Explain what is #line used for?
What is volatile variable how do you declare it?
What are the advantages of using new operator as compared to the function malloc ()?