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 / sumanshu
55 BYTES OF MEMORY NEEDED.
ADDRESSS-IS BY DEFAULT
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the meaning of c in c language?
Is there a way to jump out of a function or functions?
why do some people write if(0 == x) instead of if(x == 0)?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
Why calloc is better than malloc?
c program for searching a student details among 10 student details
What are the two types of functions in c?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
Write a program to check palindrome number in c programming?
What is header file definition?
in linking some of os executables are linking name some of them
How important is structure in life?
What is main () in c?
Give basis knowledge of web designing ...