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
What are valid operations on pointers?
Do you know pointer in c?
What is break in c?
What is derived datatype in c?
What is static identifier?
What does calloc stand for?
Explain how can I manipulate strings of multibyte characters?
Which is more efficient, a switch statement or an if else chain?
Explain how do you view the path?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Compare and contrast compilers from interpreters.
What is the difference between a string and an array?
What are actual arguments?
What is the use of parallelize in spark?
What are types of preprocessor in c?