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
How do I read the arrow keys? What about function keys?
Where are c variables stored in memory?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
What does c value mean?
In C, What is the #line used for?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
Is c compiled or interpreted?
Write a program of prime number using recursion.
What are the types of bitwise operator?
What are header files in c programming?
Is c still used?
What is static volatile in c?
What are loops c?
What does the c preprocessor do?
What is the return type of sizeof?