Answer Posted / nashiinformaticssolutions
memset() initializes memory to a specific value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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 the use of void pointer and null pointer in c language?
What is operator precedence?
Is void a keyword in c?
What is a shell structure examples?
What are pointers? Why are they used?
Explain enumerated types in c language?
What is exit() function?
Explain what are the different data types in c?
How would you obtain the current time and difference between two times?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
Why main is not a keyword in c?
How can I find out how much free space is available on disk?
Can a variable be both static and volatile in c?
What is the best organizational structure?