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

How can I implement sets or arrays of bits?

790


Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me

1660


Is c still used?

782


How can I read data from data files with particular formats?

793


What does double pointer mean in c?

762






Explain how can I read and write comma-delimited text?

907


What is the difference between break and continue?

885


which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +

1449


Difference between MAC vs. IP Addressing

817


c program for searching a student details among 10 student details

1851


Is c is a low level language?

760


What is the difference between text and binary modes?

849


What is static memory allocation?

817


GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)

844


What are qualifiers?

780