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


Please Help Members By Posting Answers For Below Questions

What is include directive in c?

833


How many main () function we can have in a project?

861


What is an array? What the different types of arrays in c?

851


What is c preprocessor mean?

1030


Explain about the constants which help in debugging?

1075


Sir i need notes for structure,functions,pointers in c language can you help me please

2161


Write a code on reverse string and its complexity.

771


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

796


What is wrong with this statement? Myname = 'robin';

1045


What are run-time errors?

807


Tell us the use of fflush() function in c language?

881


What is operator promotion?

811


Why is it that not all header files are declared in every C program?

892


Where are c variables stored in memory?

792


How old is c programming language?

773