wap to print "hello world" without using the main function.
Answer Posted / deepika
#include<stdio.h>
#define(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 ? | 7 Yes | 2 No |
Post New Answer View All Answers
What does & mean in scanf?
Is it valid to address one element beyond the end of an array?
What is preprocessor with example?
Is flag a keyword in c?
What are the keywords in c?
Explain the concept and use of type void.
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
what is different between auto and local static? why should we use local static?
Who developed c language?
What does *p++ do?
How do I determine whether a character is numeric, alphabetic, and so on?
What is volatile variable in c with example?
What are control structures? What are the different types?
what are bit fields in c?
Which is more efficient, a switch statement or an if else chain?