Answer Posted / nashiinformaticssolutions
C is a general-purpose, procedural programming language that supports structured programming. It is widely used for system software and application development.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by a local block?
How many bytes are occupied by near, far and huge pointers (dos)?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
Is it possible to have a function as a parameter in another function?
Is calloc better than malloc?
List some of the dynamic data structures in C?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
What is 1f in c?
What is include directive in c?
What are 'near' and 'far' pointers?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
What are multidimensional arrays?
What is meant by preprocessor in c?
What is keyword with example?
What is a wrapper function in c?