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

In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none

677


Write a program to show the change in position of a cursor using c

547


How will you delete a node in DLL?

651


How does normalization of huge pointer works?

590


What is volatile variable in c with example?

568






Write a program to print numbers from 1 to 100 without using loop in c?

607


What is the need of structure in c?

534


What's the right way to use errno?

598


What is the difference between struct and typedef struct in c?

618


Which is an example of a structural homology?

746


How can I read data from data files with particular formats?

577


Are pointers integer?

527


Explain what are run-time errors?

589


explain how do you use macro?

636


Write a code of a general series where the next element is the sum of last k terms.

562