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 c++ used for today?

0 Answers  


Why we use conio h in c?

0 Answers  


what is meant by flushll() in c programming?

1 Answers  


without a terminator how can we print a message in a printf () function.

7 Answers   NIIT,


CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.

9 Answers   Adobe,






Define a structure to store the record of library. The record must consist of at least following fields: Title, Author, Edition, Price, Publisher, and Category. -Define functions authorSearch ( ), TitleSearch ( ) and CategorySearch ( ) to search a book with respect to author, title and category. [There can be more than one book, written by one author, in one category]

2 Answers  


Why are all header files not declared in every c program?

0 Answers  


What are 'near' and 'far' pointers?

0 Answers  


what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits

2 Answers   Wipro,


2. What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value

3 Answers   Accenture,


You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

0 Answers  


Is it better to bitshift a value than to multiply by 2?

0 Answers  


Categories