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
Is there any demerits of using pointer?
What is the heap?
Why do we need a structure?
How do I determine whether a character is numeric, alphabetic, and so on?
Where static variables are stored in c?
What is void main () in c?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
What is far pointer in c?
What are identifiers in c?
How can type-insensitive macros be created?
what is the difference between 123 and 0123 in c?
Explain the difference between malloc() and calloc() in c?
What does main () mean in c?
What is #include stdlib h?
In c programming language, how many parameters can be passed to a function ?