How does memset() work in C?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
memset() initializes memory to a specific value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
memset() initializes memory to a specific value.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is data structure in c and its types?
What is a Deque?
How can a program be made to print the name of a source file where an error occurs?
can we print any string in c language without using semicolon(;)(terminator) in whole program.
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.
what is the difference between 123 and 0123 in c?
Explain the properties of union.
macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 Answers HCL, Infosys, Microsoft,
Explain function?
Why we use conio h in c?
Here is a neat trick for checking whether two strings are equal
Write a pro-gramme to determine whether the number is even or odd?