Answer Posted / ganesh
pointer variable is used to store the memory address of the another variable
Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What are the string functions? List some string functions available in c.
Tell us the use of fflush() function in c language?
formula to convert 2500mmh2o into m3/hr
What is sizeof array?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
List a few unconditional control statement in c.
What is the difference between a free-standing and a hosted environment?
C language questions for civil engineering
Write a program to check armstrong number in c?
Explain how do you override a defined macro?
What is an arrays?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
Differentiate between #include<...> and #include '...'
What are the characteristics of arrays in c?