how the size of an integer is decided?
- is it based on processor or compiler or OS?
Answer Posted / ramesh
compiler
| Is This Answer Correct ? | 10 Yes | 6 No |
Post New Answer View All Answers
Write the Program to reverse a string using pointers.
Write a C program in Fibonacci series.
What is omp_num_threads?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
Why header files are used?
Explain the difference between #include "..." And #include <...> In c?
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)
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
What is pragma c?
What is an lvalue?
What is the difference between memcpy and memmove?
Is c dynamically typed?
number of times a digit is present in a number
how should functions be apportioned among source files?
How many types of arrays are there in c?