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 / stuti
1
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a static function in c?
Explain how do you declare an array that will hold more than 64kb of data?
What is the difference between typedef struct and struct?
What happens if a header file is included twice?
With the help of using classes, write a program to add two numbers.
What is the purpose of void in c?
Define recursion in c.
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
When was c language developed?
What is const keyword in c?
Write a program to reverse a linked list in c.
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
What is structure pointer in c?
Tell us the use of fflush() function in c language?
What do you mean by keywords in c?