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
Explain About fork()?
What is abstract data structure in c?
What is a null string in c?
What are the back slash character constants or escape sequence charactersavailable in c?
What is operator promotion?
Is c is a procedural language?
How can you check to see whether a symbol is defined?
What is the use of sizeof () in c?
How do you determine a file’s attributes?
Is javascript based on c?
Can a pointer be null?
Can you assign a different address to an array tag?
Which function in C can be used to append a string to another string?
Difference between constant pointer and pointer to a constant.
Which is best linux os?