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
What are identifiers and keywords in c?
Can you please explain the difference between syntax vs logical error?
Why doesnt the call scanf work?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
How does normalization of huge pointer works?
if p is a string contained in a string?
In C language, a variable name cannot contain?
How will you find a duplicate number in a array without negating the nos ?
What does emoji p mean?
Explain zero based addressing.
How are portions of a program disabled in demo versions?
What is bin sh c?
Explain what is the difference between functions getch() and getche()?
Is main is a keyword in c?