Answer Posted / nashiinformaticssolutions
memset() initializes memory to a specific value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
What is int main () in c?
Can we access the array using a pointer in c language?
What is the scope of static variable in c?
What are the 5 organizational structures?
Can you subtract pointers from each other? Why would you?
Can a program have two main functions?
How many bytes is a struct in c?
What does c mean?
How many types of operator or there in c?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
What are loops in c?
What is data type long in c?
Lists the benefits of c programming language?
Can you write a programmer for FACTORIAL using recursion?