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 |
diff .between strcture and union
What are the back slash character constants or escape sequence charactersavailable in c?
Explain union.
What type is sizeof?
related to rdbms query .
What is calloc malloc realloc in c?
Is int a keyword in c?
Write a program to implement queue.
main() { int i,n=010; int sum=0; for(i=1;i<=n;i++) {s=s+i; } printf("%d",&s); getch(); }
What is the use of the sizeof operator?
Explain what are the __date__ and __time__ preprocessor commands?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]