C Programming - C Data Types Questions and Answers
1. integer datayape in c define by
Loading...
2. Identify the type(s) if data type.
Loading...
3. What will be output when you will execute following c code?
#include
int main(){
printf("%d\t",sizeof(6.5));
printf("%d\t",sizeof(90000));
printf("%d",sizeof('A'));
return 0;
}
Loading...
Are these questions helpful for you?
Comments: (Your feedback is valuable to us)
sindhu.s 4 years ago Reply
the question with answers are very usefull to me