What is the real difference between arrays and pointers?
Answer Posted / saurabh agarwal
array name is a unmodifiable lvalue whereas pointer is a modifiable l value
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
Why do we use & in c?
Where define directive used?
What is a global variable in c?
What are the different types of endless loops?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
What is void pointers in c?
What is a header file?
How do I read the arrow keys? What about function keys?
In which language linux is written?
I have seen function declarations that look like this
What is the purpose of type declarations?
Is return a keyword in c?
How many types of operators are there in c?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above