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

Who developed c language and when?

0 Answers  


4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none

10 Answers  


What is string function in c?

0 Answers  


WHO WROTE C LANGUAGE?

4 Answers  


input any 4 digit number and find the difference of all the digits?

3 Answers   Google,






Are the expressions * ptr ++ and ++ * ptr same?

0 Answers  


what type of language is C?

13 Answers   Microsoft,


if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')

23 Answers  


Design a program using an array that searches a number if it is found on the list of the given input numbers and locate its exact location in the list.

4 Answers  


Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both

3 Answers  


What is the purpose of void in c?

0 Answers  


Why is c platform dependent?

0 Answers  


Categories