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 / gautam

0 to 127

Is This Answer Correct ?    5 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why cant I open a file by its explicit path?

593


Is stack a keyword in c?

632


What is size of union in c?

578


How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

584


How can you tell whether two strings are the same?

824






What is the hardest programming language?

662


Why malloc is faster than calloc?

586


Why is not a pointer null after calling free?

587


How can I trap or ignore keyboard interrupts like control-c?

615


Tell us two differences between new () and malloc ()?

610


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

1539


Why & is used in c?

709


What is scope rule of function in c?

545


please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com

1320


When is a null pointer used?

635