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
What is the maximum length of an identifier?
How pointer is different from array?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
Is boolean a datatype in c?
Why does the call char scanf work?
Explain how can you tell whether a program was compiled using c versus c++?
if p is a string contained in a string?
Explain how can I prevent another program from modifying part of a file that I am modifying?
What is c system32 taskhostw exe?
Where does the name "C" come from, anyway?
Why is python slower than c?
What happens if you free a pointer twice?
How are portions of a program disabled in demo versions?
If you know then define #pragma?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b