wt is diference between int and int pointer as same as
float and float pointer and char and char pointer

Answer Posted / ravikumar

int gives the value of the integer but int pointer gives
address of the integer value

Is This Answer Correct ?    38 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does p mean in physics?

821


What is the use of parallelize in spark?

785


Write a progarm to find the length of string using switch case?

1858


The statement, int(*x[]) () what does in indicate?

921


Whats s or c mean?

788


How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?

1854


What are the different file extensions involved when programming in C?

1022


What is scope rule in c?

843


Give basis knowledge of web designing ...

1800


Where define directive used?

833


the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b

2401


code for find determinent of amatrix

1750


Hai what is the different types of versions and their differences

1742


Why we use break in c?

772


#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

922