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
Compare and contrast compilers from interpreters.
What are local static variables? How can you use them?
what will be the output for the following main() { printf("hi" "hello"); }
Why are algorithms important in c program?
What is switch in c?
What is meant by int main ()?
Write a code of a general series where the next element is the sum of last k terms.
Can we declare variable anywhere in c?
What are the advantages of Macro over function?
Explain what is the general form of a c program?
Explain what is #line used for?
Differentiate between declaring a variable and defining a variable?
What is volatile c?
Explain logical errors? Compare with syntax errors.
What are the different types of control structures in programming?