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
0
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
Explain pointer. What are function pointers in C?
What is the purpose of & in scanf?
Why #include is used in c language?
What is difference between array and pointer in c?
Explain is it valid to address one element beyond the end of an array?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
write a program to print largest number of each row of a 2D array
Write a program of advanced Fibonacci series.
Difference between MAC vs. IP Addressing
What are the standard predefined macros?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
What is a pointer on a pointer in c programming language?
Can you write the algorithm for Queue?
How can you invoke another program from within a C program?
Why c is a mother language?