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 |
What is structure padding and packing in c?
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?
write a reverse string to print a stars.(with out using logic) ***** **** *** ** *
why arithmetic operation can’t be performed on a void pointer?
What is c variable?
Explain how do you print an address?
Explain the array representation of a binary tree in C.
What is Lazy evaluation in C? Give an example.
What is string constants?
all c language question
What is a null string in c?
What is malloc and calloc?