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
Can we add pointers together?
What are the 4 types of organizational structures?
What are identifiers in c?
What is the significance of an algorithm to C programming?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
Function calling procedures? and their differences? Why should one go for Call by Reference?
What does printf does?
What is header file definition?
What is gets() function?
What is realloc in c?
Why is not a pointer null after calling free?
What is a structure in c language. how to initialise a structure in c?
What is a string?
Explain modulus operator.
What do you mean by c what are the main characteristics of c language?