wap to print "hello world" without using the main function.
Answer Posted / uttam kumar das
#include<stdio.h>
#include<conio.h>
#define uttam main
uttam()
{
printf("hello world");
getch();
return 0;
}
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
Which type of language is c?
What is typedf?
Is fortran still used in 2018?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
What are the benefits of c language?
How can I find out how much free space is available on disk?
Why string is used in c?
What is the difference between memcpy and memmove?
How is null defined in c?
How can I prevent another program from modifying part of a file that I am modifying?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
What are header files why are they important?
What does struct node * mean?
What is a volatile keyword in c?
What is wild pointer in c?