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


Please Help Members By Posting Answers For Below Questions

Explain logical errors? Compare with syntax errors.

631


How many parameters should a function have?

668


what are the 10 different models of writing an addition program in C language?

1439


What is character set?

685


What is dynamic memory allocation?

811






how to create duplicate link list using C???

2075


What is the 'named constructor idiom'?

640


Explain enumerated types.

599


What does 1f stand for?

614


With the help of using classes, write a program to add two numbers.

619


Are enumerations really portable?

596


Explain what is the difference between text files and binary files?

619


What is the explanation for cyclic nature of data types in c?

648


What is malloc() function?

638


What is the purpose of sprintf() function?

602