wat is the difference between array and pointer?
Answer Posted / unni
array is a fixed sequence collection of elements of the same datatype:
pointer contains memory address as their values...
Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
Is printf a keyword?
When is a null pointer used?
What is function definition in c?
formula to convert 2500mmh2o into m3/hr
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
What is the difference between int main and void main in c?
How can I discover how many arguments a function was actually called with?
Can main () be called recursively?
How are pointers declared in c?
How can you determine the maximum value that a numeric variable can hold?
Why c is called top down?
Hai what is the different types of versions and their differences
What is indirection? How many levels of pointers can you have?
How can you increase the allowable number of simultaneously open files?
Write a program to reverse a given number in c?