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 the use of static variable in c?
What are the advantages of using new operator as compared to the function malloc ()?
How can I write a function that takes a format string and a variable number of arguments?
What are called c variables?
What is modifier & how many types of modifiers available in c?
write a c program for swapping two strings using pointer
how can f be used for both float and double arguments in printf? Are not they different types?
how many errors in c explain deply
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
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.
Explain how do you determine a file’s attributes?
What is the c language function prototype?
What are the advantages of the functions?
What are the types of macro formats?
What is the difference between exit() and _exit() function?