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

Answer Posted / gauravjeet singh gill

#include<stdio.h>
void main()
{
while(printf("hello")?0:1)
{
}
}

Is This Answer Correct ?    20 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is there any demerits of using pointer?

810


What is the heap?

954


Why do we need a structure?

781


How do I determine whether a character is numeric, alphabetic, and so on?

857


Where static variables are stored in c?

785


What is void main () in c?

942


Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent

1913


What is far pointer in c?

1004


What are identifiers in c?

879


How can type-insensitive macros be created?

918


what is the difference between 123 and 0123 in c?

944


Explain the difference between malloc() and calloc() in c?

804


What does main () mean in c?

857


What is #include stdlib h?

852


In c programming language, how many parameters can be passed to a function ?

863