wt is diference between int and int pointer as same as
float and float pointer and char and char pointer
Answer Posted / jeeva
pointers always stores the address of the variable that it
is referred to....
when it is int pointer it means that the value at the
address that pointer holds is a integer (whole number)....
when it is char pointer it means that the value at the
address that pointer holds is a character....
when it is float pointer it means that the value at the
address that pointer holds is a floating point number....
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
List the difference between a "copy constructor" and a "assignment operator"?
Should I learn data structures in c or python?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What are the types of data structures in c?
What are different types of operators?
What is echo in c programming?
What is array of pointers to string?
What does %2f mean in c?
What is variable initialization and why is it important?
What is the acronym for ansi?
Explain how do you determine whether to use a stream function or a low-level function?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
Can the “if” function be used in comparing strings?
Are there constructors in c?
What does c mean in standard form?