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 language is windows 1.0 written?
When should you use a type cast?
Here is a neat trick for checking whether two strings are equal
What is the use of extern in c?
Why is %d used in c?
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
Why clrscr is used after variable declaration?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
Explain what is wrong with this statement? Myname = ?robin?;
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
What is sizeof int?
What is unary operator?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
Explain union.