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
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
What is the difference between text and binary i/o?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
What is the difference between #include and #include 'file' ?
what is the basis for selection of arrays or pointers as data structure in a program
What is the translation phases used in c language?
What type of function is main ()?
What are the advantages of using macro in c language?
What is the purpose of scanf() and printf() functions?
What is hashing in c language?
Can we access the array using a pointer in c language?
Can you please explain the difference between exit() and _exit() function?
Explain how are 16- and 32-bit numbers stored?
What is the difference between c and python?
How do c compilers work?