The C language terminator is
a.semicolon
b.colon
c.period
d.exclamation mark

Answer Posted / genifer

its semicolon.. and not explanation mark..

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain void pointer?

587


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

2550


Explain output of printf("Hello World"-'A'+'B'); ?

969


What is a char in c?

552


Which is the best website to learn c programming?

576






What is the right type to use for boolean values in c?

580


Why doesnt that code work?

597


What does != Mean in c?

582


write a c program to print the next of a particular no without using the arithmetic operator or looping statements?

3180


What is the use of getchar functions?

672


Do pointers need to be initialized?

556


Tell me when would you use a pointer to a function?

603


Why malloc is faster than calloc?

584


Why do we use int main?

602


What is a constant and types of constants in c?

598