can we print any string in c language without using
semicolon(;)(terminator) in whole program.

Answer Posted / taruna chaudhary

#include<stdio.h>
void main()
{
clrscr();
if("printf(hello pushpendra)")
getch();
}

Is This Answer Correct ?    4 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above

604


How can I write a function analogous to scanf?

642


Why malloc is faster than calloc?

576


What is string function c?

558


What's the right way to use errno?

611






Explain what are the __date__ and __time__ preprocessor commands?

582


Disadvantages of C language.

645


What is realloc in c?

571


How can I discover how many arguments a function was actually called with?

624


Do variables need to be initialized?

614


What is a buffer in c?

565


How can you draw circles in C?

610


what are the different storage classes in c?

653


Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

3637


What is a node in c?

540