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


Please Help Members By Posting Answers For Below Questions

What is the difference between struct and union in C?

873


What is the significance of c program algorithms?

863


What is the difference between test design and test case design?

1808


Write a C program in Fibonacci series.

832


What is structure packing in c?

814


Differentiate between declaring a variable and defining a variable?

810


5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.

1826


What is boolean in c?

816


Explain 'bus error'?

765


How can this be legal c?

833


What are the functions to open and close file in c language?

938


What is %d used for?

774


What is the purpose of sprintf() function?

802


How can I find out the size of a file, prior to reading it in?

873


How can a string be converted to a number?

739