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
How can I read and write comma-delimited text?
Differentiate between calloc and malloc.
What is wrong with this initialization?
What is a node in c?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
Can we declare variables anywhere in c?
What is the purpose of ftell?
What are the disadvantages of external storage class?
What are c header files?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
please give me some tips for the placement in the TCS.
What is the role of && operator in a program code?
Differentiate between null and void pointers.
What is malloc and calloc?