let's take a code

struct FAQ
{
int a;
char b;
float c;
double d;
int a[10];
}*temp;

now explain me how the memory will be allocated for the
structure FAQ and what address will be in the structure
pointer (temp)....................

Answer Posted / vignesh1988i

please be clear ...............i could not understand ur
reply fully.... please brief it .......sorry

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is there any data type in c with variable size?

628


Define circular linked list.

568


Why #include is used in c language?

594


What are the valid places to have keyword “break”?

647


How do you list files in a directory?

559






What is array of pointers to string?

564


Why doesn't C support function overloading?

1611


Can we add pointers together?

612


How are 16- and 32-bit numbers stored?

719


stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

1849


What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

602


When was c language developed?

697


Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me

1460


Is boolean a datatype in c?

541


What is the function of multilevel pointer in c?

668