Answer Posted / sagar hande
Pointer is variable that contains memory location of
another variable
| Is This Answer Correct ? | 33 Yes | 0 No |
Post New Answer View All Answers
What are the various types of control structures in programming?
What is switch in c?
What is call by value in c?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
What is void main ()?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
Explain what is meant by 'bit masking'?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
write a c program to calculate sum of digits till it reduces to a single digit using recursion
Why void is used in c?
What are compound statements?
What is const keyword in c?
What is NULL pointer?
What standard functions are available to manipulate strings?
What is static volatile in c?