How to print "I Love My India" without using semi colon?
Answer Posted / sanjay
On VC++ and on Unix. Dont use getch();
as it was clearly mentioned for not to use ;
#include<stdio.h>
main()
{
if(printf("I love my India"))
}
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Explain how can you determine the size of an allocated portion of memory?
What is bss in c?
Can include files be nested? How many levels deep can include files be nested?
What is difference between %d and %i in c?
c program for searching a student details among 10 student details
using only #include
Add Two Numbers Without Using the Addition Operator
What is the explanation for the dangling pointer in c?
Explain enumerated types.
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
Explain what is the heap?
What are volatile variables in c?
What is size of union in c?
What is the difference between text files and binary files?