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 / mohmedali
1
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
What do you mean by dynamic memory allocation in c? What functions are used?
What are the different types of constants?
How old is c programming language?
What are the types of pointers in c?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
What are types of preprocessor in c?
Disadvantages of C language.
What is an lvalue in c?
How can I do serial ("comm") port I/O?
Can a pointer point to null?
Which are low level languages?
What is the difference between test design and test case design?
Why are algorithms important in c program?
What is extern variable in c with example?
Do variables need to be initialized?