C & C++ Language Exam

17

C Language

1 / 10

1. What is the 16-bit compiler allowable range for integer constants?

પૂર્ણાંક સ્થિરાંકો માટે 16-બીટ કમ્પાઇલર માન્ય શ્રેણી શું છે?

2 / 10

2. Choose a right C Statement.

યોગ્ય સી સ્ટેટમેન્ટ પસંદ કરો.

3 / 10

3. Choose correct C while loop syntax.

લૂપ સિન્ટેક્સ વખતે યોગ્ય C પસંદ કરો.

4 / 10

4. A C program is a combination of.?

A C પ્રોગ્રામનું સંયોજન છે.?

5 / 10

5. Which program outputs "Hello World.." .?

કયો પ્રોગ્રામ "હેલો વર્લ્ડ.." આઉટપુટ કરે છે.?

6 / 10

6. What is the output of C program with switch statement or block.?

સ્વીચ સ્ટેટમેન્ટ અથવા બ્લોક સાથે સી પ્રોગ્રામનું આઉટપુટ શું છે.?

int main()
{
    int a;
    
    switch(a);
    {
        printf("DEER ");
    }
    
    printf("LION");
}

7 / 10

7. Find an integer constant.

પૂર્ણાંક સ્થિરાંક શોધો.

8 / 10

8.

C Language was developed in the year ____

સી ભાષાનો વિકાસ ____ વર્ષમાં થયો હતો

9 / 10

9. Identify wrong C Keywords below.

નીચેના ખોટા C કીવર્ડ્સ ઓળખો.

10 / 10

10.

Prototype of a function means _____

ફંક્શનનો પ્રોટોટાઇપ એટલે _____

Your score is

The average score is 51%

0%