Answer Posted / vivek
arraging element in proper order
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
define string ?
How can I discover how many arguments a function was actually called with?
Explain what is wrong with this program statement?
Explain setjmp()?
What does the file stdio.h contain?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
What does c mean in standard form?
Can i use “int” data type to store the value 32768? Why?
When would you use a pointer to a function?
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.
I have a varargs function which accepts a float parameter?
How can you call a function, given its name as a string?
How can I recover the file name given an open stream?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10