Answer Posted / subha raman
it simply refers to the value stored in a[4]..."*" denotes
the value stored and "&" denotes the address of the
pointer..
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
What does %d do in c?
Why is this loop always executing once?
What is d'n in c?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
What does volatile do?
What do the functions atoi(), itoa() and gcvt() do?
Differentiate between new and malloc(), delete and free() ?
What is the significance of an algorithm to C programming?
Why main is not a keyword in c?
Why main function is special give two reasons?
Are the variables argc and argv are always local to main?
What is a pointer and how it is initialized?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
Explain the priority queues?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures