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 does c mean in basketball?
Can include files be nested? How many levels deep can include files be nested?
how to find the largest element of array without using relational operater?
What is static memory allocation? Explain
main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }
What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.
how to devloped c lenguege?
What is the difference between new and malloc functions?
What are macros in C?
How to declare a variable?
What is meant by errors and debugging?
How do you declare a variable that will hold string values?