How can I make a program in c to print 'Hello' without
using semicolon in the code?
Answer Posted / akash dibya
{
if(printf("Hello"))
{
\*blank*\
}
}
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of sprintf?
How many keywords are there in c?
Where are c variables stored in memory?
write a program to find out prime number using sieve case?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
Write programs for String Reversal & Palindrome check
What is an example of structure?
What is meant by type specifiers?
Explain what are the __date__ and __time__ preprocessor commands?
What is assert and when would I use it?
Write a program to reverse a given number in c?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
Why is structure padding done in c?
to find the closest pair