how to print "hai" in c?

Answer Posted / shabeer v c

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

Is This Answer Correct ?    0 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is union and structure?

585


What is class and object in c?

607


Why does the call char scanf work?

632


Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?

610


I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.

1510






Explain how do you override a defined macro?

603


In a byte, what is the maximum decimal number that you can accommodate?

642


How to find a missed value, if you want to store 100 values in a 99 sized array?

833


What does dm mean sexually?

838


What are the uses of null pointers?

613


Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

671


What is a structural principle?

654


What is && in c programming?

692


What is nested structure in c?

630


What is the description for syntax errors?

636