how to print "hai" in c?

Answer Posted / maskfriend

#include<stdio.h>
#include<conio.h>
void main()
{
printf("hai");
getch();
}

Is This Answer Correct ?    1 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

in iso what are the common technological language?

1647


application attempts to perform an operation?

1508


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

638


List the variables are used for writing doubly linked list program.

1636


Is array a primitive data type in c?

593






how to build a exercise findig min number of e heap with list imlemented?

1630


How to establish connection with oracle database software from c language?

1689


Explain what is the benefit of using #define to declare a constant?

625


what is a NULL Pointer? Whether it is same as an uninitialized pointer?

783


What is 2 d array in c?

576


What does stand for?

621


What does typeof return in c?

659


Calculate 1*2*3*____*n using recursive function??

1540


Explain the red-black trees?

619


Is it possible to execute code even after the program exits the main() function?

838