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
Explain what is a const pointer?
How will you delete a node in DLL?
What is the difference between text files and binary files?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
Find MAXIMUM of three distinct integers using a single C statement
What’s a signal? Explain what do I use signals for?
What is pointer to pointer in c language?
Can we declare variables anywhere in c?
Why can’t we compare structures?
What is data type long in c?
What is the meaning of 2d in c?
Explain what is #line used for?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
What are the benefits of c language?
What language is windows 1.0 written?