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
How can you draw circles in C?
which is an algorithm for sorting in a growing Lexicographic order
Can you tell me how to check whether a linked list is circular?
What are the two types of structure?
What is the purpose of sprintf() function?
What is a pointer value and address in c?
I have a varargs function which accepts a float parameter?
What are 3 types of structures?
Why c is known as a mother language?
What are the __date__ and __time__ preprocessor commands?
What is pointer and structure in c?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
What is the newline escape sequence?
What do mean by network ?
What do you mean by Recursion Function?