can we print any string in c language without using
semicolon(;)(terminator) in whole program.
Answer Posted / chandanakurukunda
#include<stdio.h>
void main()
{
if(printf("hello"))
{
}
}
Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is include directive in c?
How many main () function we can have in a project?
What is an array? What the different types of arrays in c?
What is c preprocessor mean?
Explain about the constants which help in debugging?
Sir i need notes for structure,functions,pointers in c language can you help me please
Write a code on reverse string and its complexity.
Explain what is the benefit of using #define to declare a constant?
What is wrong with this statement? Myname = 'robin';
What are run-time errors?
Tell us the use of fflush() function in c language?
What is operator promotion?
Why is it that not all header files are declared in every C program?
Where are c variables stored in memory?
How old is c programming language?