long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes

Answer Posted / jitender mahender

long int occupies 4 bytes in memory.

Is This Answer Correct ?    38 Yes 27 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the difference between a free-standing and a hosted environment?

735


write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.

14948


What does #pragma once mean?

679


What is anagram in c?

510


What is the general form of function in c?

607






What is the purpose of void in c?

614


what do the 'c' and 'v' in argc and argv stand for?

640


What is difference between structure and union with example?

588


Is stack a keyword in c?

630


What is keyword in c?

595


how to count no of words,characters,lines in a paragraph.

3895


What are the different categories of functions in c?

639


Explain the difference between malloc() and calloc() function?

594


What is the purpose of the preprocessor directive error?

673


Write a code on reverse string and its complexity.

599