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
How do I get an accurate error status return from system on ms-dos?
What is variables in c?
What are the different types of control structures?
When do we get logical errors?
Why isn't it being handled properly?
What is p in text message?
Explain Basic concepts of C language?
What is a header file?
What are different types of pointers?
Explain #pragma statements.
What does it mean when the linker says that _end is undefined?
Difference between strcpy() and memcpy() function?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
Write a factorial program using C.
With the help of using classes, write a program to add two numbers.