How to print "I Love My India" without using semi colon?
Answer Posted / shamik
#include<stdio.h>
void main()
{
if(printf("I love my India"))
getch();
}
| Is This Answer Correct ? | 38 Yes | 4 No |
Post New Answer View All Answers
What is the process to create increment and decrement stamen in c?
What is the use of the function in c?
What is I ++ in c programming?
How can I prevent another program from modifying part of a file that I am modifying?
which type of aspect you want from the student.
Which are low level languages?
Should I learn data structures in c or python?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
Explain what is the benefit of using an enum rather than a #define constant?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
Why are algorithms important in c program?
Explain the difference between #include "..." And #include <...> In c?
praagnovation
What is identifiers in c with examples?
What is bss in c?