How can I make a program in c to print 'Hello' without
using semicolon in the code?
Answer Posted / jaya prakash
int main()
{
if(printf("Hello"))
{
//Null statement
}
}
| Is This Answer Correct ? | 51 Yes | 3 No |
Post New Answer View All Answers
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
What is the hardest programming language?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
What is main function in c?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
Disadvantages of C language.
Give me the code of in-order recursive and non-recursive.
please give me some tips for the placement in the TCS.
Linked lists -- can you tell me how to check whether a linked list is circular?
plz let me know how to become a telecom protocol tester. thank you.
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
What is the purpose of void in c?
What are variables and it what way is it different from constants?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
Differentiate between null and void pointers.