long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
Answer Posted / suchita
long integers require twice the space in memory than ordinary
ints. thus, long integers would occupy four bytes of memory.
| Is This Answer Correct ? | 30 Yes | 48 No |
Post New Answer View All Answers
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
Tell me with an example the self-referential structure?
What are the different types of C instructions?
What is file in c language?
How do you search data in a data file using random access method?
What's the difference between constant char *p and char * constant p?
What is indirection?
How #define works?
how to create duplicate link list using C???
Why structure is used in c?
What is dangling pointer in c?
Why is structure padding done in c?
In a switch statement, what will happen if a break statement is omitted?
Explain a file operation in C with an example.
Do you know the use of fflush() function?