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
What is the benefit of using const for declaring constants?
What is a function simple definition?
What are pointers? Why are they used?
hi any body pls give me company name interview conduct "c" language only
Give differences between - new and malloc() , delete and free() ?
Write programs for String Reversal & Palindrome check
Differentiate Source Codes from Object Codes
Is void a keyword in c?
What are the disadvantages of c language?
explain what is a newline escape sequence?
What is sizeof return in c?
What is the use of linkage in c language?
Difference between malloc() and calloc() function?
What is difference between static and global variable in c?
Can you add pointers together? Why would you?