Answer Posted / amit soni
c is a low level language. this characterization is not
pejorative;it is simply means that C deals with some sort of
objects that most computer do,namely character number and
address.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is a null pointer in c?
Why is c fast?
What is the difference between malloc calloc and realloc in c?
What is indirection in c?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What does it mean when a pointer is used in an if statement?
What is a lookup table in c?
What is the difference between printf and scanf )?
What is function what are the types of function?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
Can we declare function inside main?
Dont ansi function prototypes render lint obsolete?
Explain what is the difference between functions abs() and fabs()?
Why should I prototype a function?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler