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 is the purpose of void in c?
What are pragmas and what are they good for?
What is c language used for?
What is scope and lifetime of a variable in c?
What is the difference between #include
What are the advantages of union?
Explain what are global variables and explain how do you declare them?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
Do variables need to be initialized?
What are the different types of linkage exist in c?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
What is structure in c language?
Where we use clrscr in c?
What is #line in c?
what is a function method?give example?