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


Please Help Members By Posting Answers For Below Questions

What is the scope of local variable in c?

572


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

662


What do you understand by normalization of pointers?

619


If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..

1583


Is there sort function in c?

572






C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

606


Differentiate between static and dynamic modeling.

613


Is javascript based on c?

591


Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58

1115


Explain what is the difference between text files and binary files?

610


Tell me what is null pointer in c?

608


What is a node in c?

543


Why do we need a structure?

581


What are the features of the c language?

640


How can I convert a number to a string?

603