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
Why do we need functions in c?
find out largest elemant of diagonalmatrix
write a c program to calculate sum of digits till it reduces to a single digit using recursion
What is keyword in c?
Explain what are compound statements?
How can I implement sets or arrays of bits?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
What are Macros? What are its advantages and disadvantages?
What functions are in conio h?
What is exit() function?
What is the use of static variable in c?
Are there any problems with performing mathematical operations on different variable types?
What is the use of a conditional inclusion statement in C?
Which programming language is best for getting job 2020?
What are extern variables in c?