what is the difference between normal variables and pointer
variables..............
Answer Posted / fatima javaid
"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 ? | 21 Yes | 5 No |
Post New Answer View All Answers
What are the standard predefined macros?
difference between Low, Middle, High Level languages in c ?
What is the purpose of ftell?
What do you mean by Recursion Function?
What is the difference between int main and void main in c?
program to convert a integer to string in c language'
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
What is break in c?
Who is the main contributor in designing the c language after dennis ritchie?
What are the 5 organizational structures?
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
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
What is 1f in c?
how is the examination pattern?
What is the use of c language in real life?