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 is the benefit of using #define to declare a constant?
Explain the term printf() and scanf() used in c language?
What are the standard predefined macros?
Which is better oop or procedural?
What is the ANSI C Standard?
What is the c value paradox and how is it explained?
How do we open a binary file in Read/Write mode in C?
Mention four important string handling functions in c languages .
What is the scope of local variable in c?
What is the importance of c in your views?
What is the advantage of a random access file?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
What is calloc in c?
Differentiate between calloc and malloc.