What will be the output of the following program
#include<stdio.h>
void main()
{
int i=20;
i-=i+++++i++;
printf("%d",i);
}
Answer Posted / suji
THE PROGRAM DOES NOT RETURN ANY THING.. IT WILL SHOW THE ERROR
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
How can I make it pause before closing the program output window?
What are valid operations on pointers?
What is double pointer in c?
Explain what is output redirection?
where are auto variables stored? What are the characteristics of an auto variable?
What is merge sort in c?
How can I recover the file name given an open stream?
The file stdio.h, what does it contain?
What is n in c?
What is the difference between break and continue?
How can variables be characterized?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
What happens if header file is included twice?
What is a shell structure examples?
What is the difference between mpi and openmp?