wap to print "hello world" without using the main function.

Answer Posted / vaibhav

@Deepika some correction:

#include<stdio.h>
#define decode(s,t,u,m,p,e,d) m##s##u##t
#define begin decode(a,n,i,m,a,t,e)
int begin()
{
printf("Hello World");
}

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is c call by value?

607


Is c easy to learn?

560


What is the role of && operator in a program code?

568


What are the header files used in c language?

589


Explain what is gets() function?

633






Not all reserved words are written in lowercase. TRUE or FALSE?

719


How can I read and write comma-delimited text?

621


What do you mean by scope of a variable in c?

544


What are multidimensional arrays?

656


What are the two forms of #include directive?

644


What are the different types of constants?

640


What is a protocol in c?

559


What is class and object in c?

589


What is the purpose of type declarations?

681


i want to know the procedure of qualcomm for getting a job through offcampus

1938