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
What is memcpy() function?
What does c mean in basketball?
Explain what is meant by 'bit masking'?
Why is c called "mother" language?
C language questions for civil engineering
Why structure is used in c?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
What is new line escape sequence?
What is a example of a variable?
The __________ attribute is used to announce variables based on definitions of columns in a table?
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
code for replace tabs with equivalent number of blanks
How can I send mail from within a c program?
Explain what is the difference between far and near ?
When is the “void” keyword used in a function?