Answer Posted / matloob
c is a middle level language.
c is the mother of all the language.
c language is not a machine independent language.
| Is This Answer Correct ? | 22 Yes | 10 No |
Post New Answer View All Answers
What is C language ?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
Is c object oriented?
What are structure types in C?
Explain what does the format %10.2 mean when included in a printf statement?
Do pointers store the address of value or the actual value of a variable?
Explain how can you be sure that a program follows the ansi c standard?
What are pointers?
Explain what is the benefit of using an enum rather than a #define constant?
What is the difference between procedural and declarative language?
What is the difference between a function and a method in c?
Dont ansi function prototypes render lint obsolete?
Why c is called a mid level programming language?
code for quick sort?
What are the three constants used in c?