In mathematics and computer programming, which is the correct order of mathemati

Home | Discussion Forum

In mathematics and computer programming, which is the correct order of mathematical operators ?

View More Related Question

2) IF I=6, and J=++I, then the value of J and I will be:

3) What is the output of this C code?

#include <stdio.h>
int main()
{
int i = -3;
int k = i % 2;
printf("%d\n", k);
}

4) What is the output of this C code?

 #include <stdio.h>
void main()
{
int y = 3;
int x = 5 % 2 * 3 / 2;
printf("Value of x is %d", x);
}

5) The operator && in 'C' language is a (n):

UP Gk Online Test

taiyari24hour.com

Study 2 Online Says....
Kindly log in or signup.