how the size of an integer is decided?
- is it based on processor or compiler or OS?
Answer Posted / mrutyunjay sawant
its depends upon word length of processor
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the use of pointers in C?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
given post order,in order construct the corresponding binary tree
How do I use void main?
What is the difference between Printf(..) and sprint(...) ?
What does void main () mean?
Who is the main contributor in designing the c language after dennis ritchie?
What are the data types present in c?
What does typedef struct mean?
What does malloc () calloc () realloc () free () do?
Where are some collections of useful code fragments and examples?
Why doesn't C support function overloading?
Explain how do you determine the length of a string value that was stored in a variable?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
What are the characteristics of arrays in c?