How to print "Hi World" without using semi colon?
Answer Posted / manoj singh
#include<stdio.h>
void main()
{
clrscr();
if(printf("\"Hi world\""))
while(!kbhit());
}
// sorry for previous answer
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is null pointer constant?
Explain what is the difference between null and nul?
What are multidimensional arrays?
What are the functions to open and close file in c language?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
What does 1f stand for?
shorting algorithmS
Can we replace the struct function in tree syntax with a union?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What is variables in c?
What are the two types of structure?
What is clrscr in c?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
Which is best book for data structures in c?
What is 'bus error'?