long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
Answer Posted / guest
Compiler Dependent
| Is This Answer Correct ? | 112 Yes | 18 No |
Post New Answer View All Answers
Write a program to print all permutations of a given string.
What is advantage of pointer in c?
Why c is faster than c++?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
What is a void * in c?
Explain how can I right-justify a string?
How do you list a file’s date and time?
Explain heap and queue.
What is malloc calloc and realloc in c?
Explain what happens if you free a pointer twice?
Is swift based on c?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
write a program fibonacci series and palindrome program in c
What is d'n in c?
What is the concatenation operator?