can we store values and addresses in the same array? explain
Answer Posted / palani222samy
Not because value we can store but address is we can't store
that is default address we can't change that value
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What are different types of operators?
What is a shell structure examples?
What is the use of putchar function?
How many levels deep can include files be nested?
What is the function of volatile in c language?
What is anagram in c?
Explain what’s a signal? Explain what do I use signals for?
Explain what is a static function?
Which function in C can be used to append a string to another string?
Why is c called c not d or e?
Can we declare function inside main?
Is null always defined as 0(zero)?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
Explain how to reverse singly link list.
what value is returned to operating system after program execution?