recategorized by
2,175 views

1 Answer

2 votes
2 votes
Ans is  D) none of the above  

   all are valid declarations

a) is obvious    b) is also true as char are short int (can hold upto 255)   c) is also true it will work with or without float
Answer:

Related questions

0 votes
0 votes
2 answers
1
go_editor asked Jul 25, 2016
3,316 views
What does the following declaration mean? int (*ptr) [10];ptr is an array of pointers of 10 integersptr is a pointer to an array of 10 integersptr is an array of 1...
1 votes
1 votes
1 answer
2
1 votes
1 votes
1 answer
4
go_editor asked Jul 25, 2016
2,676 views
What is the value of the postfix expression a b c d + - * (where a=8, b=4, c=2 and d=5)$-\frac{3}{8}$$-\frac{8}{3}$24-24