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


Please Help Members By Posting Answers For Below Questions

formula to convert 2500mmh2o into m3/hr

498


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

653


what is a constant pointer in C

680


what is the function of pragma directive in c?

626


What is the basic structure of c?

557






Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

1764


What is #define?

576


Describe how arrays can be passed to a user defined function

783


What is the use of pointers in C?

621


How can a process change an environment variable in its caller?

656


What is a pointer in c plus plus?

697


When c language was developed?

642


What does node * mean?

713


How does normalization of huge pointer works?

641


What is character set?

685