Answer Posted / anantha sharma
Pointer is a variable that holds address of a memory location
| Is This Answer Correct ? | 21 Yes | 0 No |
Post New Answer View All Answers
Do string constants represent numerical values?
formula to convert 2500mmh2o into m3/hr
What happens if a header file is included twice?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
When a c file is executed there are many files that are automatically opened what are they files?
What are 3 types of structures?
How can I dynamically allocate arrays?
what are non standard function in c
How many bytes are occupied by near, far and huge pointers (dos)?
What are the different data types in C?
Why do we use int main?
Why we use break in c?
Can we access the array using a pointer in c language?
What does %c do in c?
What does %d do in c?