write c program without semicolon
Answer Posted / s.venmathi
#include<stdio.h>
#include<conio.h>
void main()
{
if(printf("HELLO"))
{
}
}
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
How can I sort more data than will fit in memory?
Are there constructors in c?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
What are the primitive data types in c?
What is structure padding and packing in c?
What are the 5 data types?
When was c language developed?
What is %g in c?
What is the explanation for modular programming?
How will you divide two numbers in a MACRO?
Do you know what are bitwise shift operators in c programming?
How do you sort filenames in a directory?
Why should I use standard library functions instead of writing my own?
Can we declare variable anywhere in c?
difference between Low, Middle, High Level languages in c ?