How to print "I Love My India" without using semi colon?
Answer Posted / manoj singh
#include<stdio.h>
void main()
{
clrscr();
if(printf("\"I love my India\""))
while(!kbhit());
}
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
What is the size of structure pointer in c?
What is a string?
Is exit(status) truly equivalent to returning the same status from main?
Describe how arrays can be passed to a user defined function
find the sum of two matrices and WAP for it.
c language interview questions & answer
What is a null string in c?
Is javascript written in c?
Define and explain about ! Operator?
In c programming language, how many parameters can be passed to a function ?
What are the difference between a free-standing and a hosted environment?
the question is that what you have been doing all these periods (one year gap)
Which are low level languages?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
How are structure passing and returning implemented?