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 |
why do we use pointer instead directly acessing the data?
how can be easily placed in TCS.
What is the purpose of 'register' keyword in c language?
What is the c value paradox and how is it explained?
What are the average number of comparisons required to sort 3 elements?
WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?
8 Answers Carphone Warehouse, IBM, SAS,
atoi, which takes a string and converts it to an integer. write a program that reads lines(using getline), converts each line to an integer using atoi and computes the average of all the numbers read. also compute the standard deviation
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
What is the Lvalue and Rvalue?
Difference between MAC vs. IP Addressing
Why do we use pointer to pointer in c?
What are the types of functions in c?