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
Do you know what are the properties of union in c?
What is build process in c?
What is the difference between null pointer and wild pointer?
hi any body pls give me company name interview conduct "c" language only
What does main () mean in c?
Can static variables be declared in a header file?
Explain the array representation of a binary tree in C.
What are the __date__ and __time__ preprocessor commands?
What is a ternary operator in c?
Write a program to find the biggest number of three numbers in c?
What are multidimensional arrays?
Explain what is wrong with this statement? Myname = ?robin?;
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
How can I read/write structures from/to data files?
How many types of operator or there in c?