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

Answer Posted / vilas soni++

"int" can give it's value, and
we can put any integer value in it directly.

while "pointer" of an integer can give value of an
integer what's address it contain, and
we can not put any integer value in it directly like :
int *p;
p = 65201;
it will give error.......

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

2395


How can I ensure that integer arithmetic doesnt overflow?

704


Who developed c language and when?

700


Explain the use of #pragma exit?

814


Which type of language is c?

740






What 'lex' does?

819


How to find a missed value, if you want to store 100 values in a 99 sized array?

930


a value that does not change during program execution a) variabe b) argument c) parameter d) none

810


Are the variables argc and argv are always local to main?

656


What is s or c?

694


what type of questions arrive in interview over c programming?

1648


What is getch () for?

787


Is c dynamically typed?

774


explain what is a newline escape sequence?

769


Can a program have two main functions?

691