recategorized by
766 views

1 Answer

Answer:

Related questions

1 votes
1 votes
1 answer
1
go_editor asked Jul 25, 2016
723 views
_____ allows to create classes which are derived from other classes, so that they automatically include some of its "parent's" members, plus its own members.OverloadingIn...
2 votes
2 votes
1 answer
2
go_editor asked Jul 25, 2016
2,137 views
Which of the following has compilation error in C?int n=32 ;char ch=65 ;float f=(float) 3.2 ;none of the above
0 votes
0 votes
2 answers
3
go_editor asked Jul 25, 2016
3,172 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...
7 votes
7 votes
3 answers
4
sh!va asked May 7, 2017
4,654 views
Which of the following operator(s) cannot be overloaded?.(member Access or Dot operator)?: (ternary or Conditional Operator):: ( Scope Resolution Operator)All of the abov...