what is the difference between normal variables and pointer
variables..............
Answer Posted / abdinadir mohamed abdulle
"Pointer variable holds memory address or physical address
of any variable value means it indirectly points any
vaiable,we can perform all operations +,*,-,and / through
it but normal variable directly points vaiable value"
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is the code for 3 questions and answer check in VisualBasic.Net?
What’s the special use of UNIONS?
Is null always defined as 0(zero)?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
What is a example of a variable?
Explain how can you restore a redirected standard stream?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
how to capitalise first letter of each word in a given string?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
What is the meaning of ?
If you know then define #pragma?
Explain bit masking in c?
Why double pointer is used in c?