Answer Posted / esakkimuthu.s.
pointer is a variable which contain the address of another variable.pointer variable must be declare with * operator
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is double pointer in c?
What does a pointer variable always consist of?
How will you delete a node in DLL?
Why do we use stdio h and conio h?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
What are the 5 organizational structures?
In which language linux is written?
What are the rules for identifiers in c?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
Can we declare function inside main?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
Differentiate between ordinary variable and pointer in c.
how to count no of words,characters,lines in a paragraph.
Can we compile a program without main() function?
How can I send mail from within a c program?