wap to print "hello world" without using the main function.
Answer Posted / sivasankar
#include<stdio.h>
#include<conio.h>
#define ksrct main()
ksrct
{
clrscr();
printf("hello world");
getch();
}
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the advantages of using macro in c language?
Why main is not a keyword in c?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
Is it acceptable to declare/define a variable in a c header?
what is the function of pragma directive in c?
Why is %d used in c?
How to explain the final year project as a fresher please answer with sample project
What is this pointer in c plus plus?
What is the maximum length of an identifier?
can we change the default calling convention in c if yes than how.........?
What is the difference between variable declaration and variable definition in c?
Why c language?
Difference between strcpy() and memcpy() function?
How does pointer work in c?
What is the g value paradox?