long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
Answer Posted / karthik
THE MAIN USE OF SHORT AND LONG IS TO USE IN COMPILER
INDEPENDENT ENVIRONMENT..
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Explain what are linked list?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Which is an example of a structural homology?
Is using exit() the same as using return?
How can I delete a file?
write a program in c language to print your bio-data on the screen by using functions.
Explain what is a pragma?
What is the role of this pointer?
Tell me what is null pointer in c?
With the help of using classes, write a program to add two numbers.
What is the purpose of ftell?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
What is assignment operator?
How can you return multiple values from a function?