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


Please Help Members By Posting Answers For Below Questions

write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);

1848


Give the rules for variable declaration?

678


What's the right way to use errno?

624


In a byte, what is the maximum decimal number that you can accommodate?

627


Explain what are bus errors, memory faults, and core dumps?

791






What is file in c language?

576


Why static is used in c?

622


What should malloc() do?

645


What is formal argument?

652


write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.

1981


What type of function is main ()?

585


What is spaghetti programming?

670


Hi can anyone tell what is a start up code?

1616


Does sprintf put null character?

601


What is the condition that is applied with ?: Operator?

663