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 |
Is it cc or c in a letter?
What is #define?
What are the preprocessor categories?
write a program to arrange the contents of a 1D array in ascending order
write a progam to display the factors of a given number and disply how many prime numbers are there?
Define and explain about ! Operator?
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
Can we use visual studio for c?
code for bubble sort?
what are bitwise shift operators?
How does #define work?
swap two integer variables without using a third temporary variable?