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
What do you mean by command line argument?
Is a house a shell structure?
Write a program to swap two numbers without using third variable in c?
What are the advantages of using Unions?
Do pointers store the address of value or the actual value of a variable?
What are the header files used in c language?
What do you mean by dynamic memory allocation in c?
Here is a neat trick for checking whether two strings are equal
Is c is a middle level language?
What is function in c with example?
What are the features of c languages?
int far *near * p; means
what is the difference between class and unio?
What would be an example of a structure analogous to structure c?
Write a function that will take in a phone number and output all possible alphabetical combinations