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
see from the above code i want wat address will get stored in the structure pointer temp??????????????
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of linkage in c language?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
What does c in a circle mean?
Is array a primitive data type in c?
Write a program to print “hello world” without using semicolon?
What are different types of variables in c?
What are identifiers in c?
How can I read in an object file and jump to locations in it?
Write a program to swap two numbers without using third variable in c?
Why cant I open a file by its explicit path?
Explain what is the difference between null and nul?
Place the #include statement must be written in the program?
How to establish connection with oracle database software from c language?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Lists the benefits of c programming language?