wap to print "hello world" without using the main function.
Answer Posted / raghuram
To display "hello world"
printf("\"hello world\"");
| Is This Answer Correct ? | 5 Yes | 57 No |
Post New Answer View All Answers
What does a function declared as pascal do differently?
How to Throw some light on the splay trees?
What is the meaning of ?
Why do we use int main?
What is indirection? How many levels of pointers can you have?
Can you write the algorithm for Queue?
Can the size of an array be declared at runtime?
What is static memory allocation? Explain
How many levels of indirection in pointers can you have in a single declaration?
Is c object oriented?
how to capitalise first letter of each word in a given string?
What is formal argument?
Why structure is used in c?
Are there constructors in c?
What is the difference between struct and typedef struct in c?