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 memcpy() function?

866


What does c mean in basketball?

785


Explain what is meant by 'bit masking'?

895


Why is c called "mother" language?

1082


C language questions for civil engineering

1491


Why structure is used in c?

837


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

838


What is new line escape sequence?

1044


What is a example of a variable?

782


The __________ attribute is used to announce variables based on definitions of columns in a table?

975


Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix

1777


code for replace tabs with equivalent number of blanks

1926


How can I send mail from within a c program?

807


Explain what is the difference between far and near ?

870


When is the “void” keyword used in a function?

1169