wt is diference between int and int pointer as same as
float and float pointer and char and char pointer
Answer Posted / mohit (firozabad, a.d.college)
Pointer is a variable that hold the address of another
variable so address always integer type
The pointer type can not be char,float, etc
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is function what are the types of function?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
What is abstract data structure in c?
What is c variable?
What is the hardest programming language?
Write a c program to demonstrate character and string constants?
What is table lookup in c?
What is the use of structure padding in c?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
Is sizeof a keyword in c?
Can the sizeof operator be used to tell the size of an array passed to a function?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
What is the use of in c?
Write a program to find the biggest number of three numbers in c?
Why we use void main in c?