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’s a signal? Explain what do I use signals for?
Can you pass an entire structure to functions?
code for replace tabs with equivalent number of blanks
What is %d used for?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
Linked lists -- can you tell me how to check whether a linked list is circular?
How do you determine the length of a string value that was stored in a variable?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
How is a pointer variable declared?
What is volatile variable in c?
What do you know about the use of bit field?
What are qualifiers in c?
What is masking?
What is the scope of global variable in c?
Explain which function in c can be used to append a string to another string?