I have a function which accepts, and is supposed to
initialize,a pointer, but the pointer in the caller remains
unchanged.
Answer / guest
The called function probably altered only the passed copy of
the pointer.
| Is This Answer Correct ? | 2 Yes | 0 No |
Program to trim a given character from a string.
Explain c preprocessor?
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
write a c program in such a way that if we enter the today date the output should be next day's date.
Should a function contain a return statement if it does not return a value?
How arrays can be passed to a user defined function
What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?
Why Modern OS are interrupt driven?Give an example
What is the time and space complexities of merge sort and when is it preferred over quick sort?
What is an expression?
What does %2f mean in c?
What are different types of operators?