What is the real difference between arrays and pointers?
Answer Posted / tapan
Array is slow compare to pointer
| Is This Answer Correct ? | 46 Yes | 16 No |
Post New Answer View All Answers
How can I read data from data files with particular formats?
What is 1d array in c?
What is the difference between mpi and openmp?
Why is c called c?
Why header file is used in c?
C program to find all possible outcomes of a dice?
What are the features of the c language?
What is the deal on sprintf_s return value?
What is cohesion and coupling in c?
What is file in c preprocessor?
What is difference between structure and union with example?
Are global variables static in c?
What is wrong with this declaration?
What does void main return?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result