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 are dangling pointers? How are dangling pointers different from memory leaks?
What are loops in c?
Explain what are global variables and explain how do you declare them?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
Can true be a variable name in c?
What's the total generic pointer type?
What is the difference between a string and an array?
what is the syallabus of computer science students in group- 1?
What are pointers? What are different types of pointers?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
What is the role of this pointer?
Can you write a programmer for FACTORIAL using recursion?
What is strcmp in c?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none