Answer Posted / lilly
0.0111
| Is This Answer Correct ? | 22 Yes | 24 No |
Post New Answer View All Answers
What is static identifier?
What are pointers?
What is pre-emptive data structure and explain it with example?
What is hashing in c language?
What is table lookup in c?
In C language what is a 'dangling pointer'?
Differentiate between the expression “++a” and “a++”?
What is malloc() function?
Can a variable be both const and volatile?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Give me the code of in-order recursive and non-recursive.
What does %c mean in c?
What are c identifiers?
What is %s and %d in c?
What is the general form of #line preprocessor?