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
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
What is non linear data structure in c?
How does #define work?
regarding pointers concept
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What is pragma c?
Explain continue keyword in c
Can a void pointer point to a function?
How do I get an accurate error status return from system on ms-dos?
What is far pointer in c?
What is a pointer in c?
Should I learn c before c++?
How to implement a packet in C
What is difference between main and void main?
What are extern variables in c?