wt is diference between int and int pointer as same as
float and float pointer and char and char pointer
Answer Posted / khajasirajuddin shaik
int is datatype which specifies integer type of data,where as int pointer specifies the address of an integer type variable
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
Can a pointer point to null?
What is meant by operator precedence?
Why is c fast?
how to introdu5ce my self in serco
What is the most efficient way to count the number of bits which are set in an integer?
What is #include stdio h?
Explain what are header files and explain what are its uses in c programming?
Here is a good puzzle: how do you write a program which produces its own source code as output?
explain what are pointers?
How do you search data in a data file using random access method?
What is static and volatile in c?
What does *p++ do?
How many levels of pointers can you have?
simple program of graphics and their output display
Why main function is special give two reasons?