write c program without semicolon
Answer Posted / anu
#include<stdio.h>
#include<conio.h>
#define SEMICOLON ;
void main()
{
printf("hELLO") SEMICOLON
getch() SEMICOLON
}
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Explain high-order bytes.
all c language question
Explain #pragma statements.
Subtract Two Number Without Using Subtraction Operator
How can a program be made to print the line number where an error occurs?
What are derived data types in c?
What type of function is main ()?
How does struct work in c?
can we have joblib in a proc ?
Is c still relevant?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
how to create duplicate link list using C???
Explain modulus operator. What are the restrictions of a modulus operator?
Tell me when is a void pointer used?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if