find the size of structure without using the size of function



find the size of structure without using the size of function..

Answer / vinay

struct abc
{
-------------
--------------
-------------
};

struct abc arr[2];
difference btw arr[2] and arr[1]

Is This Answer Correct ?    6 Yes 1 No

Post New Answer

More C Interview Questions

What are the two forms of #include directive?

0 Answers   Aspire, Infogain,


What is array in c with example?

0 Answers  


What is sizeof return in c?

0 Answers  


What does 4d mean in c?

0 Answers  


i want to make a program in which we use input having four digits(4321) and get output its reciprocal(1234).

1 Answers  






write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.

0 Answers   Subex,


What is string length in c?

0 Answers  


Is it possible to have a function as a parameter in another function?

0 Answers  


A woman had somany gloves and hats 22 red,34 blue, 45 white...there was power cut and she took a glove and how many gloves shud she take so that she gets a pair of glove fr each color??

3 Answers   TCS,


Do array subscripts always start with zero?

0 Answers  


Explain is it better to bitshift a value than to multiply by 2?

0 Answers  


consagous technology placement paper

3 Answers   Consagous, Sypra,


Categories