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
Difference between linking and loading?
Why c language is called c?
How do shell structures work?
What is a good data structure to use for storing lines of text?
By using C language input a date into it and if it is right?
What does static variable mean in c?
Write a program to print factorial of given number without using recursion?
#include
What is the difference between printf and scanf in c?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
What is int main () in c?
Who is the main contributor in designing the c language after dennis ritchie?
What is the use of #define preprocessor in c?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.