how to print "hai" in c?

Answer Posted / subha raman

main()
{
printf("\nab");
printf("\bsi");
printf("\rha");
}

Is This Answer Correct ?    12 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain pointer. What are function pointers in C?

630


What is mean by data types in c?

555


Why main is not a keyword in c?

652


How can I do graphics in c?

597


Write a program to print factorial of given number without using recursion?

571






What is define directive?

644


C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

615


Explain the use of #pragma exit?

701


what is the syallabus of computer science students in group- 1?

1846


Why enum is used in c?

528


Disadvantages of C language.

664


What is the explanation for prototype function in c?

573


Are comments included during the compilation stage and placed in the EXE file as well?

674


How can I open a file so that other programs can update it at the same time?

665


What is the difference between NULL and NUL?

732