Quiz Sagar...
x
OR
We'll never share your email with anyone else.

Facing Issue in Login Click Here

No Result Found

Total

0

Correct

0

InCorrect

0

Score

0%

C P T C

C language is developed by

  • D.Ritchie & K.Thomson
  • D.Ritchin & M.Mano
  • K.Thomson & W.Stalling
  • K.Thomson & G Hawkins
  • option1
  • Clear All
Clear All

What is the range of signed character?

  • -32768 to + 32767
  • 0 to 65535
  • -128 to +127
  • 0 to 255
  • option3
  • Clear All
Clear All

How many keywords generally used in C?

  • 8
  • 32
  • 128
  • 512
  • option2
  • Clear All
Clear All

In C program, 'Strcmp' function means:

  • Find the length of string
  • Compare two strings
  • Connect two strings
  • Compile two strings
  • option2
  • Clear All
Clear All

ANSI stands for

  • American National Standards Institute
  • African National Standards Institute
  • Asian National Standards Institute
  • American Naval Static Infrastructure
  • option1
  • Clear All
Clear All

How much memory space is required for single integer in computer?

  • 1 Byte
  • 2 Byte
  • 4 Byte
  • 16 Byte
  • option2
  • Clear All
Clear All

....... is step by step method to solve a problem:

  • Algorithm
  • Flow chart
  • Program
  • None of these
  • option1
  • Clear All
Clear All

What is the radix of binary number system?

  • 2
  • 8
  • 10
  • 16
  • option1
  • Clear All
Clear All

Which of the following header file defines "sqrt (d)"?

  • Stdio.h
  • Conio.h
  • Graphics.h
  • Math.h
  • option4
  • Clear All
Clear All

A series element of similar data type is called......... .

  • Function
  • Array
  • Structure
  • Pointer
  • option2
  • Clear All
Clear All

What is the output of following program? Main( ) {Float; F=10/3: Printf("%f" , f);

  • 3
  • 3.0
  • 3.33
  • 3.5
  • option3
  • Clear All
Clear All

Which of the following pair used as wild card?

  • +and?
  • *and:
  • !and-
  • *and?
  • option4
  • Clear All
Clear All

COBOL is

  • Programming language
  • Used for business data processing
  • Common business Oriented language
  • All of the above
  • option4
  • Clear All
Clear All

A variable which hold address of other variable is known as -----------

  • Array
  • Pointer
  • Function
  • Structure
  • option2
  • Clear All
Clear All

How many bit (s) in one nibble?

  • 1
  • 2
  • 4
  • 16
  • option3
  • Clear All
Clear All

'||' is which type operator?

  • Logical OR
  • Logical AND
  • Logical NOT
  • None of these
  • option1
  • Clear All
Clear All

C program is compiled in which compiler other then C compiler?

  • Turbo C++
  • Oracle 10i
  • Visual Basic 9.0
  • JDk 4.0
  • option1
  • Clear All
Clear All

What is the value of factorial 5?

  • 125
  • 121
  • 120
  • 129
  • option3
  • Clear All
Clear All

GCD stands for

  • Geometric common Divisor
  • General Common Division
  • Greatest common division
  • General cumulative division
  • option3
  • Clear All
Clear All

Which of the following is general form of "which loop"?

  • While (statement) statement
  • While (statement) Expression
  • While (expression) expression
  • While (expression) statement
  • option4
  • Clear All
Clear All