Answer Posted / aniket
Dennis Ritchie
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Can you please explain the scope of static variables?
What is difference between scanf and gets?
What is use of pointer?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What does sizeof function do?
What does nil mean in c?
How many bytes is a struct in c?
Explain what are preprocessor directives?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
What are structural members?
Explain about the constants which help in debugging?
What is meant by operator precedence?
What is size of union in c?
What is the deal on sprintf_s return value?