long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
Answer Posted / guest
integer sizes always depend compiler which are specific to
different processor platforms.
| Is This Answer Correct ? | 34 Yes | 5 No |
Post New Answer View All Answers
What is a far pointer in c?
What is the acronym for ansi?
How many loops are there in c?
In a header file whether functions are declared or defined?
Are the variables argc and argv are local to main?
Explain data types & how many data types supported by c?
What are pointers? Why are they used?
Define Array of pointers.
What happens if a header file is included twice?
How will you write a code for accessing the length of an array without assigning it to another variable?
simple program of graphics and their output display
What are types of functions?
Why C language is a procedural language?
What is #define in c?
Do pointers take up memory?