how the size of an integer is decided?
- is it based on processor or compiler or OS?
Answer Posted / mathankumar
compiler
Is This Answer Correct ? | 42 Yes | 17 No |
Post New Answer View All Answers
What is a ternary operator in c?
Why n++ execute faster than n+1 ?
How can I prevent another program from modifying part of a file that I am modifying?
Tell us the use of fflush() function in c language?
Explain what are preprocessor directives?
What are examples of structures?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
Differentiate between full, complete & perfect binary trees.
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
How do we print only part of a string in c?
Explain how can you avoid including a header more than once?
What is the use of in c?
What is a MAC Address?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
What are the advantages and disadvantages of pointers?