logo

Crowdly

Browser

Add to Chrome

Questions Bank (1254681 total)

Choose a correct statement about C language arrays.

 
0%
0%
0%
0%
View this question

  • What will be the output of the program ?

    #include<stdio.h>

    #include<conio.>

    int main()

    {

    char sentence[80];

    int i;

    printf("Enter a line of text\n");

    gets(sentence);

    for(i=strlen(sentence)-1;

    i >=0; i--)

    putchar(sentence[i]);

    return 0;

    }
0%
0%
0%
0%
View this question

What is the output of C Program.?

int main()

{

int a[3] = {20,30,40};

a[0]++;

int i=0;

while(i<3)

{

printf("%d ", a[i]);

i++;

}

}

View this question

What will be the output of the program?

#include<stdio.h>

void main

()

{

int a[5] = {5, 1, 15, 20, 25}

;

int

i, j, m;

i =

++a[1]

;

j = a

[1]++

;

m = a

[i++]

;

printf("%d, %d, %d", i, j, m)

;

}
View this question

  • If the two strings are identical, then strcmp() function returns
View this question

_ dinner was excellent, but Isabel noticed that John ate very little.

0%
0%
View this question

_ dinner that first night in Tenerife just made me gloomy

View this question

Do eat _ healthy breakfast, stay hydrated, and set some time aside for exercise.

0%
0%
View this question

Walter wanted _ very special dinner.

View this question
До самостійних перевірок несення служби можуть залучатись тільки ті працівники УПО (ПП УПО) і ГУНП (ВП ГУНП), список яких затверджено керівником:
0%
0%
100%
0%
View this question