Answer Posted / raavi.swami
#include<stdio.h>
#define begin main
void begin()
{
printf("Hello");
}
| Is This Answer Correct ? | 27 Yes | 2 No |
Post New Answer View All Answers
What's a good way to check for "close enough" floating-point equality?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
write an algorithm to display a square matrix.
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
Why is sprintf unsafe?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
Why isnt there a numbered, multi-level break statement to break out
What is main () in c language?
Why c is a mother language?
explain what is a newline escape sequence?
what is the difference between 123 and 0123 in c?
Explain the difference between #include "..." And #include <...> In c?
Can you write the algorithm for Queue?
Are there constructors in c?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above