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

Is there any possibility to create customized header file with c programming language?

627


what is bit rate & baud rate? plz give wave forms

1520


How do you redirect a standard stream?

627


What are formal parameters?

662


Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

1621






Explain the difference between malloc() and calloc() function?

603


we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?

804


Where local variables are stored in c?

558


What is meant by keywords in c?

618


Why c is called top down?

629


What is %d used for?

586


Write a program to print fibonacci series using recursion?

588


Explain about the functions strcat() and strcmp()?

599


List some of the dynamic data structures in C?

791


What are qualifiers?

617