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 can I check whether a file exists? I want to warn the user if a requested input file is missing.
What are the differences between Structures and Arrays?
How many parameters should a function have?
Explain what is operator promotion?
How can you increase the allowable number of simultaneously open files?
What is a newline escape sequence?
What is c system32 taskhostw exe?
Wt are the Buses in C Language
What are the advantages of c preprocessor?
differentiate built-in functions and user – defined functions.
What is the difference between text files and binary files?
Explain what is the difference between functions abs() and fabs()?
What is NULL pointer?
Why does notstrcat(string, "!");Work?
how to construct a simulator keeping the logical boolean gates in c