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
What is getche() function?
Explain About fork()?
how we can make 3d venturing graphics on outer interface
What is sizeof int in c?
List some basic data types in c?
Explain what is gets() function?
What is the return type of sizeof?
Is c object oriented?
Can variables be declared anywhere in c?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
How can a program be made to print the name of a source file where an error occurs?
Can we assign integer value to char in c?
In C language, a variable name cannot contain?
Is printf a keyword?
how to find binary of number?