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


Please Help Members By Posting Answers For Below Questions

Is Exception handling possible in c language?

1572


What does double pointer mean in c?

568


How do I convert a string to all upper or lower case?

621


Explain how many levels deep can include files be nested?

620


What are 3 types of structures?

586






What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?

927


What are the application of c?

637


Is stack a keyword in c?

628


If you know then define #pragma?

668


How can I get random integers in a certain range?

608


What is the code in while loop that returns the output of given code?

1287


how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions

2715


What is local and global variable in c?

610


Explain the use of #pragma exit?

688


can anyone please tell about the nested interrupts?

1670