long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
Answer Posted / darshan l.
Of course it is compiler dependent.
But the minimum size of long int must be 4 bytes(32 bits); it may be more than that also.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain that why C is procedural?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
Why c is called procedure oriented language?
Explain what are run-time errors?
Is there any possibility to create customized header file with c programming language?
What is a sequential access file?
praagnovation
What are the three constants used in c?
What is #line?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
What is identifiers in c with examples?
What is difference between static and global variable in c?
Explain modulus operator.
How can I implement a delay, or time a users response, with sub-second resolution?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.