What is the memory allocated by the following definition ?
int (*x)[10];
Answer Posted / chris_sreekanth
20 bytes
| Is This Answer Correct ? | 13 Yes | 16 No |
Post New Answer View All Answers
How does free() know explain how much memory to release?
When should structures be passed by values or by references?
Explain void pointer?
Multiply an Integer Number by 2 Without Using Multiplication Operator
What is nested structure in c?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
How can I read a binary data file properly?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
Explain what happens if you free a pointer twice?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
How can you return multiple values from a function?
Why is c known as a mother language?
What are bitwise shift operators in c programming?
How do you determine a file’s attributes?
Can one function call another?