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 array of pointers to string?
Explain union.
What is time complexity c?
write a program in c language to print your bio-data on the screen by using functions.
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
What is the use of the function in c?
What is malloc() function?
Is main an identifier in c?
What are the advantages of using new operator as compared to the function malloc ()?
Why is sprintf unsafe?
Write a program to print numbers from 1 to 100 without using loop in c?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
What is use of #include in c?
Explain how can I avoid the abort, retry, fail messages?
What is memory leak in c?