Answer Posted / rams
Pointer is a variable that can store the address of another variable to which it's pointing
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain what’s a signal? Explain what do I use signals for?
What does dm mean sexually?
What is a good way to implement complex numbers in c?
How is null defined in c?
Explain what will the preprocessor do for a program?
Do array subscripts always start with zero?
What does the c in ctime mean?
What does c value mean?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
What is a ternary operator in c?
Is it better to bitshift a value than to multiply by 2?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
How to create struct variables?
Write a program to reverse a linked list in c.
What is #include called?