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
what is the significance of static storage class specifier?
why do some people write if(0 == x) instead of if(x == 0)?
How old is c programming language?
How main function is called in c?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
What is the size of structure in c?
Is it valid to address one element beyond the end of an array?
What are the valid places to have keyword “break”?
What are the features of the c language?
What is structure packing in c?
what is a function method?give example?
Why is it usually a bad idea to use gets()? Suggest a workaround.
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
Can you subtract pointers from each other? Why would you?
How can I remove the leading spaces from a string?