How can I make a program in c to print 'Hello' without
using semicolon in the code?

Answer Posted / arvind kumar

int main()
{
while(printf("Arvind kumar C-DAC"))
{

}
return 0;

}

Is This Answer Correct ?    8 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?

1906


What does void main () mean?

733


Create a simple code fragment that will swap the values of two variables num1 and num2.

813


Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......

1742


Write a program which returns the first non repetitive character in the string?

603






What are the __date__ and __time__ preprocessor commands?

574


Can you pass an entire structure to functions?

696


In C programming, what command or code can be used to determine if a number of odd or even?

622


What is the difference between functions getch() and getche()?

621


How do you initialize pointer variables?

614


What is the difference between the expression “++a” and “a++”?

650


What does c in a circle mean?

583


What is a global variable in c?

587


What is the purpose of main() function?

656


Write a progarm to find the length of string using switch case?

1612