What is the real difference between arrays and pointers?
Answer Posted / santosh
array is refered directly to the elements.
but in pointers we refers to address of the elements but not
elements . indirect calling of the elements.
| Is This Answer Correct ? | 155 Yes | 26 No |
Post New Answer View All Answers
What does c mean in standard form?
What is a c token and types of c tokens?
What is external variable in c?
i got 75% in all semester am i eligible for your company
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
Why does everyone say not to use gets?
Tell me when would you use a pointer to a function?
string reverse using recursion
explain what are pointers?
Why c is a procedural language?
What are different storage class specifiers in c?
Why is c called a mid-level programming language?
how to build a exercise findig min number of e heap with list imlemented?
What are conditional operators in C?
What math functions are available for integers? For floating point?