how to print "hai" in c?

Answer Posted / guest

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

Is This Answer Correct ?    5 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we use main function?

638


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

660


Is c object oriented?

542


What are the advantages of using macro in c language?

595


console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above

657






Is fortran faster than c?

585


Explain what is a stream?

609


Explain the difference between the local variable and global variable in c?

605


What are formal parameters?

662


provide an example of the Group by clause, when would you use this clause

1710


List some of the dynamic data structures in C?

791


write a c program in such a way that if we enter the today date the output should be next day's date.

1684


For what purpose null pointer used?

609


Why do we use static in c?

634


In C programming, how do you insert quote characters (‘ and “) into the output screen?

895