What is the size of structure pointer in c?



What is the size of structure pointer in c?..

Answer / Som Raj Singh

The size of a structure pointer in C is platform-dependent and typically equals the size of a regular pointer. On most modern systems, it is 64 bits (8 bytes) for 64-bit platforms and 32 bits (4 bytes) for 32-bit platforms.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?

3 Answers   Broadcom, TCS,


which of 'arrays' or 'pointers' are faster?

5 Answers  


Tell me a C program to display the following Output? 1 1 1 1 1 2 2 2 2 3 3 3 4 4 5

3 Answers  


When c language was developed?

1 Answers  


What is sparse file?

1 Answers  


Can 'this' pointer by used in the constructor?

1 Answers  


please give me some tips for the placement in the TCS.

1 Answers   TCS,


how to print value of e(exp1)up to required no of digits after decimal?

1 Answers  


Here is a neat trick for checking whether two strings are equal

1 Answers  


What does calloc stand for?

1 Answers  


What is string function in c?

1 Answers  


Write a program to swap two numbers without using third variable?

1 Answers  


Categories