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 a stream in c programming?

596


Explain how can I right-justify a string?

625


Difference between goto, long jmp() and setjmp()?

710


Write a program to reverse a given number in c language?

620


write a c program for swapping two strings using pointer

2094






Can we use any name in place of argv and argc as command line arguments?

610


Explain how can I avoid the abort, retry, fail messages?

591


Explain built-in function?

593


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

2238


write a program to display all prime numbers

1456


What are valid signatures for the Main function?

701


How can I automatically locate a programs configuration files in the same directory as the executable?

632


When can a far pointer be used?

588


write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a

1452


What is Dynamic memory allocation in C? Name the dynamic allocation functions.

559