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


Please Help Members By Posting Answers For Below Questions

Was 2000 a leap year?

630


What does 2n 4c mean?

716


What's the right way to use errno?

623


Define VARIABLE?

690


What is integer constants?

618






Implement bit Array in C.

674


What is function definition in c?

586


Difference between pass by reference and pass by value?

658


Why c language is called c?

570


In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.

1379


What is the use of getchar() function?

629


What is c method?

535


What is meant by type specifiers?

660


What is the use of f in c?

557


What is #include conio h?

594