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
What is the difference between struct and union in C?
What is the significance of c program algorithms?
What is the difference between test design and test case design?
Write a C program in Fibonacci series.
What is structure packing in c?
Differentiate between declaring a variable and defining a variable?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
What is boolean in c?
Explain 'bus error'?
How can this be legal c?
What are the functions to open and close file in c language?
What is %d used for?
What is the purpose of sprintf() function?
How can I find out the size of a file, prior to reading it in?
How can a string be converted to a number?