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

Answer Posted / guest

integer sizes always depend compiler which are specific to
different processor platforms.

Is This Answer Correct ?    34 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

a value that does not change during program execution a) variabe b) argument c) parameter d) none

949


swap 2 numbers without using third variable?

853


What is dynamic dispatch in c++?

759


What is the purpose of void in c?

783


Function calling procedures? and their differences? Why should one go for Call by Reference?

813


How is = symbol different from == symbol in c programming?

792


differentiate built-in functions and user – defined functions.

850


What is the use of header?

818


What are structures and unions? State differencves between them.

838


What is difference between structure and union?

842


What does emoji p mean?

775


What is the difference between the expression “++a” and “a++”?

825


What should malloc() do? Return a null pointer or a pointer to 0 bytes?

807


What is scope rule of function in c?

758


What is difference between structure and union with example?

800