Answer Posted / pushpendra
array is faster than pointer because accessing array elements
by pointers always faster.there is used one array and more pointer.we know pointer is a "value at address".
so pointers stores only address of variable but arrays are stores similar data types.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
Write a function that will take in a phone number and output all possible alphabetical combinations
Is c compiled or interpreted?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
What is a void pointer in c?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
What is nested structure in c?
Which is the memory area not included in C program? give the reason
What are the storage classes in C?
What is a double c?
Explain what is the heap?
what is the format specifier for printing a pointer value?
What are the basic data types associated with c?
define string ?
Explain built-in function?
Find MAXIMUM of three distinct integers using a single C statement