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 dynamic memory allocation?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
Why static variable is used in c?
What is typeof in c?
Explain can static variables be declared in a header file?
Differentiate between a structure and a union.
What is the use of pragma in embedded c?
What are types of preprocessor in c?
What is calloc() function?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What are the two types of functions in c?
What does the function toupper() do?
Why do we use c for the speed of light?
what is stack , heap ,code segment,and data segment
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration