How to print "Hi World" without using semi colon?
Answer Posted / ayyanar.m
main()
{
clrscr();
if(printf("HI World"))
getch();
}
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Write a program to identify if a given binary tree is balanced or not.
What the advantages of using Unions?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
What are the advantages of using macro in c language?
Explain the difference between exit() and _exit() function?
What is context in c?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
What are keywords c?
Write a program to reverse a given number in c?
what is the role you expect in software industry?
Where register variables are stored in c?
What is ## preprocessor operator in c?
I need a sort of an approximate strcmp routine?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record