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
Are there namespaces in c?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
What is the size of a union variable?
Which one would you prefer - a macro or a function?
What is quick sort in c?
Explain can you assign a different address to an array tag?
What is dynamic dispatch in c++?
What 'lex' does?
What is the importance of c in your views?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
What is an example of structure?
Why is this loop always executing once?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
What are the types of unary operators?