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
Wt are the Buses in C Language
Why doesnt that code work?
formula to convert 2500mmh2o into m3/hr
Why header files are used?
What is the use of the function in c?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
Explain main function in c?
Tell me is null always defined as 0(zero)?
Explain how do you generate random numbers in c?
What is the use of typedef in c?
What is ctrl c called?
will u please send me the placement papers to my mail???????????????????
Can you define which header file to include at compile time?
What does s c mean on snapchat?
Should I learn data structures in c or python?