long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
Answer Posted / asis kumar mohanty
it is compiler and environment dependent.
turbo compiler under c environment takes 4 bytes for
longint.
turbo compiler under unix environment takes 8 bytes.
| Is This Answer Correct ? | 22 Yes | 9 No |
Post New Answer View All Answers
How does struct work in c?
Explain the priority queues?
Why is #define used?
What are c header files?
How will you find a duplicate number in a array without negating the nos ?
What are 3 types of structures?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
Where we use clrscr in c?
What is a substring in c?
Is Exception handling possible in c language?
How can I write a function that takes a format string and a variable number of arguments?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
Why is it important to memset a variable, immediately after allocating memory to it ?