How to print "I Love My India" without using semi colon?
Answer Posted / sam
#include<stdio.h>
void main()
{
clrscr();
if(printf("\"I love my India\""))
while(!kbhit()\\why use this semi colon
}
so it is wrong
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How many keywords are there in c?
Explain enumerated types.
Is c procedural or functional?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
What are # preprocessor operator in c?
Who is the main contributor in designing the c language after dennis ritchie?
How can I make it pause before closing the program output window?
What is array within structure?
Why do we use header files in c?
What is external variable in c?
What is include directive in c?
What is memory leak in c?
What are the application of void data type in c?
What is ctrl c called?
Write a c program to demonstrate character and string constants?