wt is diference between int and int pointer as same as
float and float pointer and char and char pointer
Answer Posted / herok
int variable takes interger values but int pointer can take
address of an integer variable and also int variable takes
mainly 2 bytes and int pointer takes 4 bytes of memory
space.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
i want to know the procedure of qualcomm for getting a job through offcampus
Why is python slower than c?
Can two or more operators such as and be combined in a single line of program code?
What is a void * in c?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
How does pointer work in c?
write a programming in c to find the sum of all elements in an array through function.
What is the difference between malloc() and calloc()?
What is property type c?
Explain the properties of union.
Do you have any idea about the use of "auto" keyword?
What is f'n in math?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
What is function and its example?
How can I call a function with an argument list built up at run time?