Answer Posted / glibwaresoftsolutions
A pointer is a variable that stores the memory address of another variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain modulus operator.
which is an algorithm for sorting in a growing Lexicographic order
What does the format %10.2 mean when included in a printf statement?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
What is the difference between near, far and huge pointers?
Tell us the use of fflush() function in c language?
differentiate built-in functions and user – defined functions.
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Can we declare variable anywhere in c?
Why string is used in c?
What is pre-emptive data structure and explain it with example?
Explain do array subscripts always start with zero?
What is const keyword in c?
What is the purpose of the statement: strcat (S2, S1)?
How can I run c program?