long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
Answer Posted / http://abhishek-technicalwork.
the ans to this question is (a) if the compiler is of 16 bit.
like c language compiler of 16 bit.
so it can be said that the size of the long int is compiler dependent..
therefore option (c) is also correct
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Give the rules for variable declaration?
How can I run c program?
Why is c known as a mother language?
What is time null in c?
What is structure and union in c?
Differentiate call by value and call by reference?
What is a double c?
Is there any possibility to create customized header file with c programming language?
Are pointers integers in c?
When should structures be passed by values or by references?
write a program to concatenation the string using switch case?
What are identifiers in c?
how to capitalise first letter of each word in a given string?
Differentiate between functions getch() and getche().
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...