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
What are the uses of null pointers?
Write a C program in Fibonacci series.
What are the types of type qualifiers in c?
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
What are the advantages of c language?
What functions are in conio h?
Does c have an equivalent to pascals with statement?
What is logical error?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
Explain what is the benefit of using enum to declare a constant?
Explain how do you print an address?
What is meant by high-order and low-order bytes?
What do you mean by Recursion Function?
What is the right way to use errno?
Is it cc or c in a letter?