long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
Answer Posted / noone
8 bytes
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
Why is sprintf unsafe?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
What is difference between constant pointer and constant variable?
What is the difference between strcpy() and memcpy() function in c programming?
What is main function in c?
What is the use of typedef in c?
how to create duplicate link list using C???
Explain the difference between getch() and getche() in c?
What is a rvalue?
How to define structures? ·
What does int main () mean?
What is the translation phases used in c language?
Give me the code of in-order recursive and non-recursive.
What is the most efficient way to count the number of bits which are set in an integer?