What is the real difference between arrays and pointers?
Answer Posted / nagendra kumar
pointer is dependent variable
array is not a dependent variable
array is a constant pointer type it is sequence of variables
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Suggesting that there can be 62 seconds in a minute?
Can you apply link and association interchangeably?
Explain the difference between exit() and _exit() function?
write a proram to reverse the string using switch case?
Define and explain about ! Operator?
What is the difference between mpi and openmp?
How can I read data from data files with particular formats?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
What is difference between Structure and Unions?
What is double pointer in c?
Write the control statements in C language
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
What's the difference between constant char *p and char * constant p?
What is difference between class and structure?
Why is a semicolon (;) put at the end of every program statement?