Answer Posted / shaff85
c developed by "dennis ritchie", before programming languages
has less features such as in "BCPL" and "B" earlier
languages before 'C', later Mr.ritchie came up with structured
programming languages with
1) rich set of operators
2)rich set of data types
3)pointers and pointer arthimetic
| Is This Answer Correct ? | 26 Yes | 0 No |
Post New Answer View All Answers
What is the role of this pointer?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What is the meaning of && in c?
What is a wrapper function in c?
Can you please explain the scope of static variables?
How to Throw some light on the splay trees?
What is floating point constants?
Why is c called "mother" language?
In a header file whether functions are declared or defined?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
What does calloc stand for?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
Who is the founder of c language?
Write a program to print "hello world" without using a semicolon?
What is the best way to store flag values in a program?