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 are the different types of objects used in c?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is this pointer in c plus plus?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Which programming language is best for getting job 2020?
What is #define size in c?
Why is %d used in c?
Which function in C can be used to append a string to another string?
What is use of integral promotions in c?
write a program to create a sparse matrix using dynamic memory allocation.
Explain the difference between #include "..." And #include <...> In c?
What is wrong with this program statement?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
When the macros gets expanded?
What is the difference between procedural and functional programming?