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 |
how logic is used
Array is an lvalue or not?
Write a program which calculate sum of several number and input it into an array. Then, the sum of all the number in the array is calculated.
What are the commands should be given before weiting C Program i.e, Cd.. like
4 Answers IBM, Infonet, Satyam, Tech Mahindra,
How can I change their mode to binary?
how many error occurs in C language ?
What character terminates all strings composed of character arrays? 1) 0 2) . 3) END
Why enum is used in c?
What are global variables and explain how do you declare them?
In which language linux is written?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
What is union and structure in c?