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
What does s c mean in text?
Explain how can I make sure that my program is the only one accessing a file?
What is main () in c?
How can I find the modification date and time of a file?
What is a keyword?
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
Should I learn data structures in c or python?
How is = symbol different from == symbol in c programming?
What is #line in c?
Explain what is a program flowchart and explain how does it help in writing a program?
What are all different types of pointers in c?
What is difference between stdio h and conio h?
Why header file is used in c?
What is a program flowchart and how does it help in writing a program?
What is local and global variable in c?