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 are the advantages and disadvantages of a heap?
What is use of #include in c?
what do you mean by enumeration constant?
What are the different types of linkage exist in c?
What is I ++ in c programming?
Explain what is the difference between #include and #include 'file' ?
Why do we use c for the speed of light?
What is wild pointer in c with example?
Is it possible to pass an entire structure to functions?
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
What do you know about the use of bit field?
How can I change their mode to binary?
How many types of errors are there in c language? Explain