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


Please Help Members By Posting Answers For Below Questions

HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????

2263


In a switch statement, explain what will happen if a break statement is omitted?

632


When should the const modifier be used?

652


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

2299


Why main is used in c?

583






What does volatile do?

563


What are dangling pointers in c?

635


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

648


What are the basic data types associated with c?

811


Give basis knowledge of web designing ...

1569


Write a program to reverse a linked list in c.

639


How can I sort more data than will fit in memory?

621


What is static function in c?

629


What was noalias and what ever happened to it?

590


Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.

832