Select the right option.
Given the variables p, q are of char type and r, s, t are of int type
1. t = (r * s) / (r + s);
2. t = (p * q) / (r + s);
a) 1 is true but 2 is false
b) 1 is false and 2 is true
c) both 1 and 2 are true
d) both 1 and 2 are false
Submitted by: Murtazac) both 1 and 2 are true
Submitted by: Murtaza
Submitted by: Murtaza
Read Online C++ Type Checking Job Interview Questions And Answers
Top C++ Type Checking Questions
☺ | Explain what are associate containers? |
☺ | What is dynamic type checking? |
☺ | Which datatype is used to represent the absence of parameters? |
☺ | Do you know what are function prototypes? |
☺ | What is static type checking? |
Top C Plus Plus Language Categories
☺ | C++ Pointers & Functions Interview Questions. |
☺ | C++ Operator Overloading Interview Questions. |
☺ | C++ Exception Handling Interview Questions. |
☺ | C++ Virtual Functions Interview Questions. |
☺ | C++ Template Interview Questions. |