wap to print "hello world" without using the main function.
Answer Posted / guest
#include<stdio.h>
#include<conio.h>
printf("hello world");
| Is This Answer Correct ? | 3 Yes | 62 No |
Post New Answer View All Answers
What does typedef struct mean?
When do we get logical errors?
What is the difference between c &c++?
What are conditional operators in C?
What is the best way to comment out a section of code that contains comments?
How does placing some code lines between the comment symbol help in debugging the code?
Explain what is page thrashing?
Is c is a low level language?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
What is meant by recursion?
How can I swap two values without using a temporary?
What is the difference between null pointer and wild pointer?
What is #line in c?
Tell me with an example the self-referential structure?
What is the use of f in c?