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

Define VARIABLE?

697


What are control structures? What are the different types?

610


What are the different types of endless loops?

633


What are the differences between Structures and Arrays?

618


write a program to find out prime number using sieve case?

1648






a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none

636


illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question

1596


How can I convert a number to a string?

616


Explain what is the difference between #include and #include 'file' ?

593


What is derived datatype in c?

645


Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

823


What does it mean when a pointer is used in an if statement?

612


If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above

628


What is array in c with example?

627


Why is structure important for a child?

611