Answer Posted / angel
Pointer is a variable.It may contains the memory address of
the another variable and is declared as the pointer.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Can we change the value of constant variable in c?
what is a constant pointer in C
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
What is the use of volatile?
Linked lists -- can you tell me how to check whether a linked list is circular?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Can you mix old-style and new-style function syntax?
what are non standard function in c
What is d'n in c?
What is getch() 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 .
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
What is the difference between a string and an array?
How can I read data from data files with particular formats?