What is the real difference between arrays and pointers?
Answer Posted / sankar s
array refer data in memory location , pointer refer address
to the memory location ,pointer refer the pointee
int *a;
int b[10];
a=&b;
where a is the pointer array b is pointee which point out
the starting memory location of an array.
| Is This Answer Correct ? | 24 Yes | 13 No |
Post New Answer View All Answers
When should a far pointer be used?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
What is the difference between a free-standing and a hosted environment?
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
Can you tell me how to check whether a linked list is circular?
Do array subscripts always start with zero?
Explain the advantages and disadvantages of macros.
What is queue in c?
Explain how does free() know explain how much memory to release?
How many identifiers are there in c?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
what is the diffrenet bettwen HTTP and internet protocol
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?