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
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
Tell me with an example the self-referential structure?
Why is c platform dependent?
What do you understand by friend-functions? How are they used?
Compare and contrast compilers from interpreters.
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
What are preprocessor directives in c?
Is c language still used?
What is graph in c?
can anyone suggest some site name..where i can get some good data structure puzzles???
what is event driven software and what is procedural driven software?
Write a program to find the biggest number of three numbers in c?
What is "Duff's Device"?
How to throw some light on the b tree?