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
How can I do serial ("comm") port I/O?
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
What does emoji p mean?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
Is null a keyword in c?
Can we assign string to char pointer?
Explain what is the benefit of using an enum rather than a #define constant?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
Can you write the function prototype, definition and mention the other requirements.
Is c++ based on c?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
How many levels of pointers have?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9