wap to print "hello world" without using the main function.
Answer Posted / goutam kumar das
the question is wrong
| Is This Answer Correct ? | 0 Yes | 10 No |
Post New Answer View All Answers
How can you find the day of the week given the date?
Describe dynamic data structure in c programming language?
Explain how can you restore a redirected standard stream?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
What does calloc stand for?
What are near, far and huge pointers?
How many bytes are occupied by near, far and huge pointers (dos)?
Give the rules for variable declaration?
Can main () be called recursively?
Is there any possibility to create customized header file with c programming language?
how to build a exercise findig min number of e heap with list imlemented?
What is the difference between ++a and a++?
Why do we use header files in c?
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
How does free() know explain how much memory to release?