Tuesday 21 April 2020

Solved : PROGRAMMING & PROBLEM SOLVING THROUGH ‘C’ LANGUAGE , January 18

Solved : NIELIT (O-Level)  PROGRAMMING & PROBLEM SOLVING THROUGH ‘C’ LANGUAGE , January 18

1. Each question below gives a multiple choice of answers. Choose the most appropriate  one and enter in the “OMR” answer sheet supplied with the question paper, following instructions therein. (1x10)

1.1 :  What will be output if you compile and execute the following ‘C’ code?
void main()
{
   float a=5.2;
   if(a==5.2)
     printf("Equal");
  else if(a<5.2)
    printf("Less than");
  else
  printf("Greater than");
}
A) Equal B) Less than
C) Greater than D) Compilation error
Answer

Saturday 18 April 2020

Answer : PROGRAMMING & PROBLEM SOLVING THROUGH ‘C’ LANGUAGE , July 17

Answer : NIELIT ( O-Level) PROGRAMMING & PROBLEM SOLVING THROUGH ‘C’ LANGUAGE , July 17


1. Multiple Choice

1.1 C
1.2 : A
1.3 : D
1.4 : B
1.5 : A
1.6 : C
1.7 : A
1.8 : C
1.9 : C
1.10 : D

Solved : PROGRAMMING & PROBLEM SOLVING THROUGH ‘C’ LANGUAGE , July 17

Solved : NIELIT (O-Level)  PROGRAMMING & PROBLEM SOLVING THROUGH ‘C’ LANGUAGE , July 17

1. Each question below gives a multiple choice of answers. Choose  the  most  appropriate  one with the question paper, following instructions therein. 
(1x10)

1.1 : Which one is incorrect statement for C Language?
A) C compiler supports octal integer constant.
B) C compiler supports hexadecimal integer constant.
C) C compiler supports binary integer constant.
D) C compiler supports decimal integer constant
Answer

Thursday 16 April 2020

Answer : PROGRAMMING & PROBLEM SOLVING THROUGH ‘C’ LANGUAGE , January 17

Answer : NIELIT (O-Level)  PROGRAMMING & PROBLEM SOLVING THROUGH ‘C’ LANGUAGE , January 17

1. Multiple Choice


1.1 : C
1.2 : B
1.3 : C
1.4 : D
1.5 : B
1.6 : B
1.7 : D
1.8 : A
1.9 : A
1.10 : A