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


Please Help Members By Posting Answers For Below Questions

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.

844


What is data types?

647


Explain high-order bytes.

687


I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.

1749


How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?

15543






How can you return multiple values from a function?

643


Explain what is wrong with this statement? Myname = ?robin?;

1059


Write a program to swap two numbers without using third variable?

825


a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f

1598


Why isnt there a numbered, multi-level break statement to break out

605


Explain what are run-time errors?

616


How can I manipulate strings of multibyte characters?

650


differentiate built-in functions and user – defined functions.

647


What are the advantages of Macro over function?

1224


FILE PROGRAMMING

1789