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 |
What are different types of operators?
Write a c program to print the sizes and ranges of different data types in c?
What is extern variable in c with example?
What is the difference between Printf(..) and sprint(...) ?
convert 0.9375 to binary
Write a function in c to find the area of a triangle whose length of three sides is given.
difference between i++* and *++i
p*=(++q)++*--p when p=q=1 while(q<=6)
What are the different types of data structures in c?
State the difference between realloc and free.
What are static variables, and where are they stored?
Can u return two values using return keyword? If yes, how? If no, why?