difference between ordinary variable and pointer in C?
Answer Posted / guest
ordinary variable holds value and pointer variable holds
the address
| Is This Answer Correct ? | 21 Yes | 1 No |
Post New Answer View All Answers
Explain the term printf() and scanf() used in c language?
What is pass by reference in c?
Describe wild pointers in c?
What is function pointer c?
When should volatile modifier be used?
What is pass by reference in functions?
Is that possible to add pointers to each other?
Write a program to show the change in position of a cursor using c
What is the maximum length of an identifier?
Is there any possibility to create customized header file with c programming language?
What is call by reference in functions?
What is the best style for code layout in c?
Is printf a keyword?
What is zero based addressing?
How can I swap two values without using a temporary?