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 / vrushali
Sorry .. i did not get your context....
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How can you avoid including a header more than once?
What are the types of i/o functions?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
What the different types of arrays in c?
What is #include called?
How can I delete a file?
How can I read in an object file and jump to locations in it?
how to introdu5ce my self in serco
Explain how do you use a pointer to a function?
Is printf a keyword?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
How do I get a null pointer in my programs?
What is FIFO?
What are the Advantages of using macro
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.