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

Answer Posted / ravikumar

int gives the value of the integer but int pointer gives
address of the integer value

Is This Answer Correct ?    38 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of the statement: strcat (S2, S1)?

634


What is #include stdio h?

673


How does sizeof know array size?

614


What is cohesion in c?

532


What do the functions atoi(), itoa() and gcvt() do?

715






What is array of pointers to string?

556


What is the purpose of realloc()?

659


can we change the default calling convention in c if yes than how.........?

2024


What does != Mean in c?

577


What is a node in c?

541


Here is a neat trick for checking whether two strings are equal

558


Explain how does free() know explain how much memory to release?

565


How are variables declared in c?

588


What are the 4 types of unions?

598


‎How to define structures? · ‎

616