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 |
Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)
What are the types of pointers in c?
write a program to swap Two numbers without using temp variable.
75 Answers EMC, Focus, GreyB, HCL, Hitech, HP, Huawei, Infosys, Mannar Company, Microsoft, Miles Software, Odessa Technologies, Satyam, TCS, Wipro,
Tell us the use of fflush() function in c language?
Why c++ is called c++ and not c+?
Diff between for loop and while loop?
What is variable in c with example?
Write a program to find whether the given number is prime or not?
What is far pointer in c?
How to delete a node from linked list w/o using collectons?
Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?
What is the difference between the local variable and global variable in c?