How can I make a program in c to print 'Hello' without
using semicolon in the code?
Answer Posted / rosaiah
int main()
{
if(printf("hello"))
{
\* blank*\
}
}
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
Is c a great language, or what?
Explain modulus operator. What are the restrictions of a modulus operator?
What is the method to save data in stack data structure type?
Why we write conio h in c?
What is union and structure in c?
Can the “if” function be used in comparing strings?
How can I determine whether a machines byte order is big-endian or little-endian?
How can you convert integers to binary or hexadecimal?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
What is meant by errors and debugging?
Explain what’s a signal? Explain what do I use signals for?
What is a const pointer?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
Write a program that accept anumber in words