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 / rani
output is
-128
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
How does struct work in c?
write a programming in c to find the sum of all elements in an array through function.
Is null a keyword in c?
Which is better malloc or calloc?
what is the height of tree if leaf node is at level 3. please explain
Write a program to check armstrong number in c?
Can we declare variables anywhere in c?
How can I discover how many arguments a function was actually called with?
How many levels of pointers have?
What happens if a header file is included twice?
What is zero based addressing?
What is echo in c programming?
Place the #include statement must be written in the program?
How to set file pointer to beginning c?
Is anything faster than c?