who invented c

Answer Posted / 08571a0405

DENNIS RITCHID

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe the steps to insert data into a singly linked list.

634


Explain how are portions of a program disabled in demo versions?

665


what will be maximum number of comparisons when number of elements are given?

1415


Why is c so popular?

664


What is the meaning of 2d in c?

621






What are examples of structures?

609


write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.

3345


What is the difference between formatted&unformatted i/o functions?

624


#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

788


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

727


Why we not create function inside function.

1763


What are reserved words?

664


What are global variables?

660


An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode

617


a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode

667