what is C?

Answer Posted / pradeep kumar

C is a procedural oriented programming language.
it has fast execution compare to c++.
it is developed at bell labs by dennis ritchi.

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is a NULL Pointer? Whether it is same as an uninitialized pointer?

753


typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none

703


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 is wrong with this initialization?

579


Explain what’s a signal? Explain what do I use signals for?

604






What is static memory allocation?

597


What is an array? What the different types of arrays in c?

649


What is wrong with this program statement?

602


swap 2 numbers without using third variable?

656


What is array of pointers to string?

560


What is the collection of communication lines and routers called?

604


What is malloc() function?

630


What are nested functions in c?

558


What is the meaning of typedef struct in c?

582


How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

581