I have a function which accepts, and is supposed to
initialize,a pointer, but the pointer in the caller remains
unchanged.
Answer Posted / guest
The called function probably altered only the passed copy of
the pointer.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is that possible to store 32768 in an int data type variable?
Explain what is the difference between a free-standing and a hosted environment?
What is adt in c programming?
Who developed c language and when?
How to write a code for reverse of string without using string functions?
What is formal argument?
why wipro wase
What is the difference between a string and an array?
What is the purpose of the statement: strcat (S2, S1)?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
What is the use of sizeof () in c?
When was c language developed?
What are the back slash character constants or escape sequence charactersavailable in c?
Why we use conio h in c?
Write a program on swapping (100, 50)