how the size of an integer is decided?
- is it based on processor or compiler or OS?
Answer Posted / pratheeba
compiler
Is This Answer Correct ? | 15 Yes | 5 No |
Post New Answer View All Answers
Why is c so popular?
Write a program to identify if a given binary tree is balanced or not.
what is the difference between 123 and 0123 in c?
can we implement multi-threads in c.
Can you write the function prototype, definition and mention the other requirements.
What is nested structure in c?
What does %c mean in c?
What are high level languages like C and FORTRAN also known as?
What is the value of h?
What is 1d array in c?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
Differentiate fundamental data types and derived data types in C.
Can true be a variable name in c?
What is strcmp in c?
What is a dynamic array in c?