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
Which is best book for data structures in c?
What does emoji p mean?
If fflush wont work, what can I use to flush input?
What does 3 periods mean in texting?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
Explain how can I read and write comma-delimited text?
What is the difference between typedef and #define?
What is hash table in c?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
What is a dynamic array in c?
Differentiate abs() function from fabs() function.
What is the meaning of c in c language?
Why is c fast?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.