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
Explain 'bus error'?
What is the use of ?: Operator?
Write a program to reverse a linked list in c.
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
What is floating point constants?
What are all different types of pointers in c?
How can you convert integers to binary or hexadecimal?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Explain the difference between strcpy() and memcpy() function?
What is the total generic pointer type?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
Explain how can you be sure that a program follows the ansi c standard?
What is the difference between null pointer and wild pointer?
Where in memory are my variables stored?
explain what are actual arguments?