long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
Answer Posted / nilabh
4 bytes
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the size of structure in c?
Explain the difference between malloc() and calloc() function?
What is the c language function prototype?
What does it mean when the linker says that _end is undefined?
Find MAXIMUM of three distinct integers using a single C statement
What are the application of c?
When the macros gets expanded?
What is strcpy() function?
What are the benefits of c language?
What is a stream in c programming?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
Which header file is used for clrscr?
What is difference between static and global variable in c?
How can I sort more data than will fit in memory?