#include <stdio.h>
main() {
int n = 0, m = 0;
if (n > 0)
if (m > 0)
printf("TRUE");
else printf("FALSE");
}
what is the output
Answers
Answered by
0
Answer:
the input is wrong
Explanation:
please mark me brilliantest answer and follow me on brainly
Answered by
0
FALSE
- Dennis Ritchie at Bell Laboratories developed the general-purpose computer language C in 1972. Because the UNIX operating system was created using C, it has a strong association with UNIX.
- One of the most widely used programming languages worldwide is this one.
- Since C's syntax is similar to that of other widely used programming languages like Java, Python, C++, and C#, learning them won't be an issue for you.
- C is incredibly quick compared to other programming languages like Python and Java.
- C is incredibly flexible and may be applied to both applications and technologies.
Here, according to the given information, we are given that,
The value of n and m is inputted as 0.
Now, when the if conditions are checked, neither n nor m is greater than 0.
Then, the output will be printed as FALSE.
Hence, the output is,
FALSE
Learn more here
https://brainly.in/question/8351855
#SPJ2
Similar questions
English,
2 months ago
Math,
2 months ago
Math,
2 months ago
Science,
10 months ago
India Languages,
10 months ago