Answer Posted / anil yadav
A pointer is a variable which contains the address in memory of another variable. We can have a pointer to any variable type....
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What do you mean by recursion in c?
what is the basis for selection of arrays or pointers as data structure in a program
Differentiate between a for loop and a while loop? What are it uses?
What is omp_num_threads?
Is it possible to execute code even after the program exits the main() function?
Are there any problems with performing mathematical operations on different variable types?
Does c have class?
Why #include is used in c language?
What are the string functions? List some string functions available in c.
code for find determinent of amatrix
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
how to write a c program to print list of fruits in alpabetical order?
Can math operations be performed on a void pointer?
Why is void main used?
What is the difference between printf and scanf )?