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 is data types?
How can I open files mentioned on the command line, and parse option flags?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
What does == mean in texting?
What is sizeof int?
How can I prevent another program from modifying part of a file that I am modifying?
Can an array be an Ivalue?
explain what is an endless loop?
What is the c value paradox and how is it explained?
What is #ifdef ? What is its application?
What is the difference between c &c++?
Why we use stdio h in c?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
What is realloc in c?