Answer Posted / murali
No one is invented by C but C was invented by "Dennis Richie".
| Is This Answer Correct ? | 7 Yes | 7 No |
Post New Answer View All Answers
What does a function declared as pascal do differently?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
how many errors in c explain deply
What is meant by preprocessor in c?
How can I write functions that take a variable number of arguments?
What is derived datatype in c?
What is the use of typedef in structure in c?
What are the different types of control structures in programming?
Explain the concept and use of type void.
What is the difference between variable declaration and variable definition in c?
What is a built-in function in C?
What is the difference between arrays and pointers?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
Explain modulus operator.