How can you print HELLO WORLD without using "semicolon"?
Answer Posted / anuj shukla
#include<stdio.h>
void main()
{
if(printf("helloworld"))
{
}
}
| Is This Answer Correct ? | 17 Yes | 6 No |
Post New Answer View All Answers
Explain how do you search data in a data file using random access method?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
What is enumerated data type in c?
What is a volatile keyword in c?
What is dynamic dispatch in c++?
using only #include
When c language was developed?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
What do you know about the use of bit field?
How is = symbol different from == symbol in c programming?
What is the collection of communication lines and routers called?
Can you apply link and association interchangeably?
What is c method?
What is double pointer?
What do you mean by invalid pointer arithmetic?