how to print "hai" in c?

Answer Posted / manju

#include<stdio.h>
main()
{
printf(""HAI"");
}

Is This Answer Correct ?    0 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Give differences between - new and malloc() , delete and free() ?

626


What is time complexity c?

581


What are the modifiers available in c programming language?

753


What is spark map function?

593


What is New modifiers?

692






Find MAXIMUM of three distinct integers using a single C statement

638


Why can't I perform arithmetic on a void* pointer?

649


Explain how do you determine the length of a string value that was stored in a variable?

681


How to draw the flowchart for structure programs?

8774


Why c is a procedural language?

608


List the difference between a 'copy constructor' and a 'assignment operator' in C?

655


What is data structure in c language?

622


Write a program to check palindrome number in c programming?

610


write an algorithm to display a square matrix.

2242


a c code by using memory allocation for add ,multiply of sprase matrixes

2320