DIGITAL ASSISTANT PROGRAMING LANGUAGE ONLINE EXAM

Who is father of C Language?

Correct! Wrong!

. C Language developed at ___?

Correct! Wrong!

. For 16-bit compiler allowable range for integer constants is __ ?

Correct! Wrong!

A C variable cannot start with

Correct! Wrong!

What is an array?

Correct! Wrong!

An array elements are always stored in ___ memory locations.

Correct! Wrong!

perror( ) function used to ?

Correct! Wrong!

What is C Tokens? Answer : D

Correct! Wrong!

What is Keywords?

Correct! Wrong!

Which is the right way to declare constant in C?

Correct! Wrong!

In switch statement, each case instance value must be ___?

Correct! Wrong!

What is the work of break keyword?

Correct! Wrong!

Which one of the following sentences is true ?

Correct! Wrong!

Recursive functions are executed in a?

Correct! Wrong!

To represent hierarchical relationship between elements, which data structure is suitable?

Correct! Wrong!

The statement printf(“%c”, 100); will print?

Correct! Wrong!

The “C” language is

Correct! Wrong!

The worst case time complexity of AVL tree is better in comparison to binary search tree for

Correct! Wrong!

. In which tree, for every node the height of its left subtree and right subtree differ almost by one?

Correct! Wrong!

. What is Dequeue?

Correct! Wrong!