Answer Posted / nithya
#define m main
#include<stdio.h>
void m()
{
printf("Hai");
}
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Is fortran still used today?
Is null always equal to 0(zero)?
What is the c value paradox and how is it explained?
What are the 5 organizational structures?
in linking some of os executables are linking name some of them
Explain about block scope in c?
What is the difference between ++a and a++?
What are enumerated types?
How reliable are floating-point comparisons?
What are identifiers in c?
how to create duplicate link list using C???
Explain the advantages and disadvantages of macros.
What is ponter?
What is the general form of a C program?
Do you know null pointer?