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
What is register variable in c language?
How does sizeof know array size?
Explain how do you determine a file’s attributes?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
What are the advantages of using linked list for tree construction?
Why c language?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
What is the use of header?
What are conditional operators in C?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
write a programming in c to find the sum of all elements in an array through function.
How are Structure passing and returning implemented by the complier?
What is FIFO?
what is uses of .net
Define Array of pointers.