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
How many types of arrays are there in c?
What is c method?
Why is this loop always executing once?
What's the difference between constant char *p and char * constant p?
Here is a neat trick for checking whether two strings are equal
What are multibyte characters?
What is a pointer on a pointer in c programming language?
What are the types of pointers?
What is the advantage of c?
program to convert a integer to string in c language'
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
Is c# a good language?
What are the different types of control structures in programming?
What is extern c used for?