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


Please Help Members By Posting Answers For Below Questions

What is null pointer constant?

775


What is the explanation for the dangling pointer in c?

883


What extern c means?

732


Why c is called a middle level language?

817


Can we declare a function inside a function in c?

802


What is structure in c definition?

783


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

1954


What is && in c programming?

887


Explain what are the standard predefined macros?

861


What is preprocessor with example?

778


Why does notstrcat(string, "!");Work?

878


What is volatile variable in c?

852


Explain what is the benefit of using enum to declare a constant?

814


What are predefined functions in c?

764


What is use of pointer?

775