wats SIZE_T meant for?



wats SIZE_T meant for?..

Answer / barun

int
But this size is compiler dependent depending on the
processor you are using. I mean on 32 bit or 64 machines.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More C Interview Questions

What is structure padding and packing in c?

1 Answers  


A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?

1 Answers  


write a reverse string to print a stars.(with out using logic) ***** **** *** ** *

2 Answers  


why arithmetic operation can’t be performed on a void pointer?

1 Answers  


What is c variable?

1 Answers  


Explain how do you print an address?

1 Answers  


Explain the array representation of a binary tree in C.

1 Answers   Genpact,


What is Lazy evaluation in C? Give an example.

1 Answers  


What is string constants?

1 Answers  


all c language question

1 Answers   Wipro,


What is a null string in c?

1 Answers  


What is malloc and calloc?

1 Answers  


Categories