Answer Posted / deena
to indicate the address of variable
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a code to remove duplicates in a string.
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
How can I write a function that takes a format string and a variable number of arguments?
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.
How can I implement a delay, or time a users response, with sub-second resolution?
What is the size of enum in c?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
What are the features of the c language?
Explain void pointer?
How do you write a program which produces its own source code as output?
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.
What is the use of function overloading in C?
What is a pointer value and address in c?
Describe static function with its usage?
What is a char c?