Answer Posted / glibwaresoftsolutions
memset() initializes memory to a specific value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is echo in c programming?
program for reversing a selected line word by word when multiple lines are given without using strrev
Can I initialize unions?
Should a function contain a return statement if it does not return a value?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
What is variable in c example?
How can I write functions that take a variable number of arguments?
What is 1d array in c?
When should a type cast not be used?
What are the disadvantages of c language?
Explain the difference between malloc() and calloc() function?
What is difference between arrays and pointers?
What is array of structure in c?
What is build process in c?