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


Please Help Members By Posting Answers For Below Questions

What is the difference between break and continue?

599


explain what is an endless loop?

603


to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?

1563


What are run-time errors?

593


How #define works?

607






Can you please explain the difference between malloc() and calloc() function?

609


Where are local variables stored in c?

562


Explain how can you be sure that a program follows the ansi c standard?

852


Write a program to swap two numbers without using a temporary variable?

599


How can I recover the file name given an open stream or file descriptor?

588


Differentiate fundamental data types and derived data types in C.

604


What are high level languages like C and FORTRAN also known as?

672


if p is a string contained in a string?

1398


What do you mean by Recursion Function?

625


What is the difference between exit() and _exit() function?

594