can we print any string in c language without using
semicolon(;)(terminator) in whole program.
Answer Posted / abhradeep chatterjee
#include<stdio.h>
void main()
{
if(printf("Hello")){}
}
this is the correct answer.
| Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
What are the 4 types of functions?
What do you understand by friend-functions? How are they used?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
What does typeof return in c?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
What are the advantages of the functions?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
What is realloc in c?
What is the difference between c and python?
What are extern variables in c?
Process by which one bit pattern in to another by bit wise operation is?
Why is c so popular?
Can include files be nested?
What do you understand by normalization of pointers?
Can you please explain the difference between strcpy() and memcpy() function?