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 |
write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?
which of 'arrays' or 'pointers' are faster?
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
When c language was developed?
What is sparse file?
Can 'this' pointer by used in the constructor?
please give me some tips for the placement in the TCS.
how to print value of e(exp1)up to required no of digits after decimal?
Here is a neat trick for checking whether two strings are equal
What does calloc stand for?
What is string function in c?
Write a program to swap two numbers without using third variable?