how can we print  hellow world programme without using semicolon

Answer Posted / sreevalli

if (printf("hello world"))

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why can’t constant values be used to define an array’s initial size?

824


Is fortran still used in 2018?

585


Write a C program to help a HiFi’s Restaurant automate its breakfast billing system. Your assignment should implement the following items: a. Show the customer the different breakfast items offered by the HiFi’s Restaurant. b. Allow the customer to select more than one item from the menu. c. Calculate and print the bill to the customer. d. Produce a report to present your complete program and show more sample output. Assume that the HiFi’s Restaurant offers the following breakfast menu: Plain Egg $2.50 Bacon and Egg $3.45 Muffin $2.20 French Toast $2.95 Fruit Basket $3.45 Cereal $0.70 Coffee $1.50 Tea $1.80

2548


What are inbuilt functions in c?

553


What is volatile keyword in c?

575






what is a constant pointer in C

664


What is the benefit of using #define to declare a constant?

599


In c programming language, how many parameters can be passed to a function ?

621


What is structure pointer in c?

565


What is extern c used for?

561


Why do some versions of toupper act strangely if given an upper-case letter?

624


Is boolean a datatype in c?

535


 write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare.  You will then tabulate this information in another file.

1722


Explain what standard functions are available to manipulate strings?

604


Is there anything like an ifdef for typedefs?

694