Saved Bookmarks
| 1. |
How many unary operators are available in C++? Give an example. |
|
Answer» C++ provides two unary operators for which only one variable is required. For Example a = – 50; |
|