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
What are qualifiers in c?
What is the difference between if else and switchstatement
Write a program to find the biggest number of three numbers in c?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
Explain what is the difference between null and nul?
How many header files are in c?
How are portions of a program disabled in demo versions?
What is malloc() function?
Explain the priority queues?
Differentiate between a for loop and a while loop? What are it uses?
Is this program statement valid? INT = 10.50;
Combinations of fibanocci prime series
What does s c mean on snapchat?
How do you list a file’s date and time?
Is javascript based on c?