What is the memory allocated by the following definition ?
int (*x)[10];
Answer Posted / kracekumar
integer occupies 4 bytes in *nix os and 2 byte in DOS/Windows ,so the right answer is sizeof(int)*10.
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is default value of global variable in c?
Is c compiled or interpreted?
What are void pointers in c?
Differentiate between functions getch() and getche().
How can you allocate arrays or structures bigger than 64K?
what do you mean by enumeration constant?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What is spark map function?
What are predefined functions in c?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
what are enumerations in C
Why we use conio h in c?
Can we declare variable anywhere in c?
Array is an lvalue or not?
What does the function toupper() do?