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 / aryan
-128
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is restrict keyword in c?
Difference between pass by reference and pass by value?
What is the total generic pointer type?
Describe dynamic data structure in c programming language?
What is scanf_s in c?
What is the best way to store flag values in a program?
What does it mean when a pointer is used in an if statement?
How #define works?
Here is a good puzzle: how do you write a program which produces its own source code as output?
What is %lu in c?
Explain what is the general form of a c program?
What is type qualifiers?
What is the difference between formatted&unformatted i/o functions?
Why is c known as a mother language?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.