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

How can I get the current date or time of day in a c program?

652


write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.

2455


Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

691


What is I ++ in c programming?

629


What is getche() function?

609






What is %g in c?

621


What is volatile variable in c?

659


Is fortran faster than c?

585


write a program to find out prime number using sieve case?

1643


Describe static function with its usage?

612


How do you define a string?

658


Describe the modifier in c?

604


Explain pointer. What are function pointers in C?

628


What is array in C

710


Explain union.

638