long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
Answer Posted / karthik
THE MAIN USE OF SHORT AND LONG IS TO USE IN COMPILER
INDEPENDENT ENVIRONMENT..
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What is #pragma statements?
Is Exception handling possible in c language?
In C language what is a 'dangling pointer'?
Do you have any idea how to compare array with pointer in c?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
Explain how do you use a pointer to a function?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
Explain what will the preprocessor do for a program?
How can I manipulate individual bits?
How can I read a binary data file properly?
What are pointers? What are different types of pointers?
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...
Difference between MAC vs. IP Addressing
What is restrict keyword in c?
Why is this loop always executing once?