can we print any string in c language without using
semicolon(;)(terminator) in whole program.
Answer Posted / nitish_bhasin
#include<stdio.h>
void main()
{
if(printf("Hello")){}
}
| Is This Answer Correct ? | 54 Yes | 11 No |
Post New Answer View All Answers
How many types of arrays are there in c?
What is the use of #include in c?
What is static and volatile in c?
can any one provide me the notes of data structure for ignou cs-62 paper
What is #include conio h?
Difference between MAC vs. IP Addressing
Why doesnt the call scanf work?
Is exit(status) truly equivalent to returning the same status from main?
Can you define which header file to include at compile time?
What is meant by inheritance?
How can I access an I o board directly?
Explain how do you generate random numbers in c?
What is the significance of c program algorithms?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
What is break in c?