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
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
What is a constant?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
What is the difference between %d and %i?
Explain threaded binary trees?
what are non standard function in c
write a c program to find the sum of five entered numbers using an array named number
what is stack , heap ,code segment,and data segment
What is enumerated data type in c?
What is a spanning Tree?
What is data structure in c language?
What is volatile c?
write a proram to reverse the string using switch case?
How we can insert comments in a c program?
What is difference between arrays and pointers?