Generate Quiz 6A3027CA66039

You have 30 minutes to complete the quiz


Generate Quiz 6A3027CA66039

1 / 10

What will be the output of the following code?

C

int x = 0;

if (x) {

printf(“x is positive\n”);

} else {

printf(“x is non-positive\n”);

2 / 10

A row of a table is divided into columns is called?

3 / 10

Which of the following memory can be written again?

4 / 10

In internet environment http is a:

5 / 10

Which of the following are used to perform operations on data?

6 / 10

Find output

7 / 10

What is the output of the following code?

C

void main()

{

int a=9;

a=a%4;

printf(“\n%d is result”,a);

}

8 / 10

Let’s break down the formula and calculate it step by step:

9 / 10

After the completion of the DMA transfer, the processor is notified by:

10 / 10

C

#include 

 

int main() {

int x = 5;

int y = x++ * ++x;

 

printf(“x = %d, y = %d\n”, x, y);

return 0;

}

 

What is the output of this code?

Your score is

0%

PLS Academy App!

Learn Anytime, Anywhere

🔥HURRY! Big Sale 50% OFF

Protected