C & C++ Language Exam

17

C Language

1 / 10

1.

A C variable name can start with a ____

C ચલ નામ ____ થી શરૂ થઈ શકે છે

2 / 10

2. C language was invented to develop which Operating System.?

કઈ ઓપરેટિંગ સિસ્ટમ વિકસાવવા માટે સી ભાષાની શોધ કરવામાં આવી હતી.

3 / 10

3. What is the output of C Program.?

int main()

{

int a=25;

while(a <= 27)

{

printf("%d ", a);

a++;

}

return 0;

}

સી પ્રોગ્રામનું આઉટપુટ શું છે.?

4 / 10

4. Find a Floating Point constant.

ફ્લોટિંગ પોઈન્ટ સતત શોધો.

5 / 10

5. Size of a Turbo C C++ compiler is.?

ટર્બો સી સી++ કમ્પાઇલરનું કદ છે.?

6 / 10

6. signed and unsigned representation is available for.?

માટે સહી કરેલ અને સહી વગરનું પ્રતિનિધિત્વ ઉપલબ્ધ છે.?

7 / 10

7. Identify wrong C Keywords below.

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

8 / 10

8. What is the way to suddenly come out of or Quit any Loop in C Language.?

સી લેંગ્વેજમાં કોઈ પણ લૂપમાંથી અચાનક બહાર આવવાનો અથવા છોડવાનો રસ્તો શું છે.?

9 / 10

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

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

10 / 10

10. What are the types of Constants in C Language.?

C લેંગ્વેજમાં કોન્સ્ટન્ટના પ્રકારો શું છે.?

Your score is

The average score is 51%

0%