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 |
Can you pass an entire structure to functions?
f() { int a=2; f1(a++); } f1(int c) { printf("%d", c); } c=?
What are preprocessor directives in c?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
How can I return multiple values from a function?
Why pointers are used?
what is the benefit of c30
What are formal parameters?
What are structure members?
wats the diference btwen constant pointer and pointer to a constant.pls give examples.
write a c program to find the probability of random numbers between 1-1000
Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both