what is the difference between normal variables and pointer
variables..............
Answer Posted / sasireka
normal variable contains tha value of variable either int
or float whereas pointer variable contains the address of
another variable
| Is This Answer Correct ? | 65 Yes | 32 No |
Post New Answer View All Answers
What are file streams?
What is meant by initialization and how we initialize a variable?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Explain Basic concepts of C language?
What is sizeof array in c?
Why is it that not all header files are declared in every C program?
How will you find a duplicate number in a array without negating the nos ?
What are terms in math?
What is meant by type casting?
What is property type c?
How can you restore a redirected standard stream?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
Are negative numbers true in c?
write a program fibonacci series and palindrome program in c
What are the main characteristics of c language describe the structure of ac program?