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
a value that does not change during program execution a) variabe b) argument c) parameter d) none
swap 2 numbers without using third variable?
What is dynamic dispatch in c++?
What is the purpose of void in c?
Function calling procedures? and their differences? Why should one go for Call by Reference?
How is = symbol different from == symbol in c programming?
differentiate built-in functions and user – defined functions.
What is the use of header?
What are structures and unions? State differencves between them.
What is difference between structure and union?
What does emoji p mean?
What is the difference between the expression “++a” and “a++”?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What is scope rule of function in c?
What is difference between structure and union with example?