Answer Posted / sandeep
because iam efficient of doing this job
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is meant by high-order and low-order bytes?
When is the “void” keyword used in a function?
Explain what are header files and explain what are its uses in c programming?
What is a structure and why it is used?
Why do we need volatile in c?
Why do we need functions in c?
What are comments and how do you insert it in a C program?
Is calloc better than malloc?
What is data types?
Is this program statement valid? INT = 10.50;
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
What is the difference between #include
What does %2f mean in c?
How can you increase the allowable number of simultaneously open files?
What is array of structure in c programming?