C-4
Sign in to Google to save your progress. Learn more
Which of the following is an important requirement of c programming? *
1 point
The output of the C code mentioned below would be:

#include <stdio.h>

struct employee

{

int id;

char rank[5];

}

void main()

{

struct employee e;

s.no = 30;

printf(“howdy”);

}


*
1 point
What is a while loop? *
1 point
What will be the output of the following C code?

#include<stdio.h>

int main()

{

int p = 1, q = 2, r = 3, s = 4, x;

e = r + s = q * p;

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

}

*
1 point
When was C programming developed? *
1 point
What are float variables? *
1 point
The global variables are ____________. *
1 point
What was C programming adapted from? *
1 point
Determine the output of the C code mentioned below:

#include <stdio.h>

int main()

{

float q = ‘a’;

printf(“%f”, q);

return 0;

}

*
1 point
Which of these is NOT a relational or logical operator?
*
1 point
Submit
Clear form
This content is neither created nor endorsed by Google.