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
What is wrong with this code?
How do you construct an increment statement or decrement statement in C?
What is a dynamic array in c?
How can you pass an array to a function by value?
Can we initialize extern variable in c?
How do you initialize pointer variables?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
Can you please explain the difference between malloc() and calloc() function?
Which are low level languages?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
What are reserved words?
How do I get an accurate error status return from system on ms-dos?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
What is the difference between void main and main in c?
What is the meaning of ?