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
Explain about block scope in c?
What is a program flowchart?
Can true be a variable name in c?
Can a pointer be static?
Do you know what are the properties of union in c?
How can I remove the trailing spaces from a string?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
Why is it important to memset a variable, immediately after allocating memory to it ?
Where are c variables stored in memory?
Why is c called c?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
Explain the difference between malloc() and calloc() function?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
What is the sizeof () a pointer?
Why does everyone say not to use gets?