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
What does p mean in physics?
What is the use of parallelize in spark?
Write a progarm to find the length of string using switch case?
The statement, int(*x[]) () what does in indicate?
Whats s or c mean?
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?
What are the different file extensions involved when programming in C?
What is scope rule in c?
Give basis knowledge of web designing ...
Where define directive used?
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
code for find determinent of amatrix
Hai what is the different types of versions and their differences
Why we use break in c?
#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); }