Answer Posted / glibwaresoftsolutions
memset() initializes memory to a specific value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
p*=(++q)++*--p when p=q=1 while(q<=6)
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
What is the difference between scanf and fscanf?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
Why functions are used in c?
Explain the difference between call by value and call by reference in c language?
What are valid signatures for the Main function?
What is meant by operator precedence?
What language is c written?
Can a variable be both constant and volatile?
What is #line in c?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
What is the role of && operator in a program code?
Which is better between malloc and calloc?
How does sizeof know array size?