wap to print "hello world" without using the main function.
Answer Posted / nitish_bhasin
#include<stdio.h>
#define nitish main
void nitish()
{
printf("Hello World");
}
| Is This Answer Correct ? | 40 Yes | 20 No |
Post New Answer View All Answers
What is declaration and definition in c?
What is ## preprocessor operator in c?
What are the back slash character constants or escape sequence charactersavailable in c?
Is it possible to initialize a variable at the time it was declared?
What is function prototype in c language?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
What is output redirection?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
What is malloc calloc and realloc in c?
What does int main () mean?
What is methods in c?
Why c language?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What is pointer to pointer in c with example?