What is the memory allocated by the following definition ?
int (*x)[10];

Answer Posted / subbu

no memory is allocated at the time of pointer declaration

Is This Answer Correct ?    9 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between class and object in c?

583


Explain how do you list files in a directory?

618


write a program to print data of 5 five students with structures?

1608


What is a buffer in c?

575


Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.

4841






Explain what are multidimensional arrays?

603


What is mean by data types in c?

552


What are comments and how do you insert it in a C program?

742


How do you do dynamic memory allocation in C applications?

630


What is structure packing in c?

608


How can I find the modification date of a file?

705


What is a spanning Tree?

954


What is break in c?

587


How can I implement sets or arrays of bits?

607


diff between exptected result and requirement?

1594