Write a c program to print the sizes and ranges of different
data types in c?
Answer Posted / pavithra
x=sizeof(int);
range=pow(2,x);
| Is This Answer Correct ? | 24 Yes | 15 No |
Post New Answer View All Answers
Describe the difference between = and == symbols in c programming?
How do I swap bytes?
What is an operator?
What is the purpose of void in c?
Explain what are global variables and explain how do you declare them?
Can the “if” function be used in comparing strings?
What does stand for?
What is function pointer c?
Describe static function with its usage?
Write a program to swap two numbers without using third variable in c?
Explain what is a static function?
How can I call fortran?
How do we declare variables in c?
What is cohesion in c?
What is define directive?