can we store values and addresses in the same array? explain
Answer Posted / sri
we can store values and address in same ,by using
datastructures concept
Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
explain what are pointers?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
What is a function simple definition?
What is restrict keyword in c?
What do you understand by normalization of pointers?
Is calloc better than malloc?
How many loops are there in c?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
What are formal parameters?
Write a program that accept anumber in words
What is static function in c?
How to write c functions that modify head pointer of a linked list?
What is typedef?
How can I get the current date or time of day in a c program?
What are the application of c?