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 / aman
your question is wrong it will give an error because u r declaring the variable 2 times and if u name it something else then the memory size will be 35 bytes on 32 bit compiler
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a program to check palindrome number in c programming?
explain what are actual arguments?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
What is the modulus operator?
What is c variable?
Write programs for String Reversal & Palindrome check
Is there any possibility to create customized header file with c programming language?
What are logical errors and how does it differ from syntax errors?
Why do we need a structure?
Explain what are bus errors, memory faults, and core dumps?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
What are the scope of static variables?
What are valid operations on pointers?
c program to compute AREA under integral