void main()
{
int i=5;
printf("%d",i+++++i);
}
Answer Posted / surenda pal singh chouhan
Compiler Error
Explanation:
The expression i+++++i is parsed as i ++ ++ + i which is an
illegal combination of operators.
| Is This Answer Correct ? | 17 Yes | 9 No |
Post New Answer View All Answers
What is your stream meaning?
Write a program to swap two numbers without using the third variable?
How would you obtain the current time and difference between two times?
What are the advantages of using Unions?
Explain 'bus error'?
Why is sprintf unsafe?
Explain pointers in c programming?
What is the difference between far and near ?
what are the advantages of a macro over a function?
What is the use of header files?
what is ur strangth & weekness
Is it possible to have a function as a parameter in another function?
What is the difference between single charater constant and string constant?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
a c code by using memory allocation for add ,multiply of sprase matrixes