What is the output of the program given below

#include<stdio.h>
main()
{
char i=0;
for(;i>=0;i++) ;
printf("%d\n",i);
}

Answer Posted / sh college,thevara

-128

Is This Answer Correct ?    31 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel

1406


Is there a way to compare two structure variables?

615


What do you mean by command line argument?

638


Are pointers integer?

545


What are the salient features of c languages?

621






What is difference between Structure and Unions?

634


Is it cc or c in a letter?

558


what is a function method?give example?

1910


Explain what is the difference between a string and an array?

629


What are integer variable, floating-point variable and character variable?

603


Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.

679


Why is it usually a bad idea to use gets()? Suggest a workaround.

896


what type of questions arrive in interview over c programming?

1551


What is data structure in c and its types?

590


Write a program to identify if a given binary tree is balanced or not.

680