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
Why malloc is faster than calloc?
What is keyword with example?
Hai what is the different types of versions and their differences
Explain the bubble sort algorithm.
How a string is stored in c?
Is Exception handling possible in c language?
What is the use of putchar function?
List some basic data types in c?
Is it possible to pass an entire structure to functions?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
What is mean by data types in c?
Why use int main instead of void main?
What is action and transformation in spark?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
What is enumerated data type in c?