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
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
Describe the modifier in c?
What is atoi and atof in c?
What is a newline escape sequence?
how should functions be apportioned among source files?
Write a program to swap two numbers without using third variable in c?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
What is dangling pointer in c?
Explain what math functions are available for integers? For floating point?
What is the purpose of sprintf() function?
how can I convert a string to a number?
What is scanf_s in c?
Explain what is the benefit of using enum to declare a constant?
How to draw the flowchart for structure programs?