Logo 
Search:

c programming Interview FAQs

Submit Interview FAQ
No Records Found!!!
Go Ahead and Post your Interview FAQ
Home » Interview FAQs » c programmingRSS Feeds
C++ Programming
Comments: 0

What is Outdegree in dfs (data file structure)?

The total number of edges which are subset of set E of given graph G which is having V as initial node is called outdegree.
Posted By:Emma Campbell      Posted On: Jan 28

C++ Programming
Comments: 0

Identify the correct combination for the following data

I. Associative container : A. Random
II. Derived container : B. multiset
III. Sequence container : C. priority_queue
IV. STL iterator : D. deque

Options

a) I-D, II-A, III-C, IV-B
b) I-D, II-C, III-A, IV-B
c) I-B, II-D, II...
Posted By:James Evans      Posted On: Jan 28

C++ Programming
Comments: 0

What is queue in dfs (data file structure)?

A queue is a list in which insertion can be perform at rare end of queue and deletion can be perform from front end of queue. It’s basically works on act of FIFO (First in, First out).
Posted By:Rambert Fischer      Posted On: Jan 25

C++ Programming
Comments: 0

Write an algorithm for Merge Sort in dfs (data file structure).

1. [Initialization]
i =third
if k[i] =second
then repeat while j<=third
l <-- l + 1
s[l] <-- k[j]
j <-- j + 1.
else
repeat while i l <-- l + 1
s[l] <-- k[i]
i <-- i + 1.
Posted By:Brandon Evans      Posted On: Jan 24

C++ Programming
Comments: 0

Which function can retrieve the character stored at a specified location?

Options

a) at( )
b) find_first_of( )
c) find( )
d) find_last_of( )

Answer : a) at( )
Posted By:Logan Bouchard      Posted On: Jan 24

Assembly Language
Comments: 0

List applications of microprocessor-based system.

It is used:

i. For measurements, display
and control of current, voltage, temperature, pressure, etc.
ii. For traffic
control and industrial tool control.
iii. For speed control of machines.
Posted By:Maria Silva      Posted On: Jan 20

C++ Programming
Comments: 0

What is Outdegree in dfs (data file structure)?

The total number of edges which are subset of set E of given graph G which is having V as initial node is called outdegree.
Posted By:Emma Campbell      Posted On: Jan 28

C++ Programming
Comments: 0

Identify the correct combination for the following data

I. Associative container : A. Random
II. Derived container : B. multiset
III. Sequence container : C. priority_queue
IV. STL iterator : D. deque

Options

a) I-D, II-A, III-C, IV-B
b) I-D, II-C, III-A, IV-B
c) I-B, II-D, II...
Posted By:James Evans      Posted On: Jan 28

C++ Programming
Comments: 0

What is queue in dfs (data file structure)?

A queue is a list in which insertion can be perform at rare end of queue and deletion can be perform from front end of queue. It’s basically works on act of FIFO (First in, First out).
Posted By:Rambert Fischer      Posted On: Jan 25

C++ Programming
Comments: 0

Write an algorithm for Merge Sort in dfs (data file structure).

1. [Initialization]
i =third
if k[i] =second
then repeat while j<=third
l <-- l + 1
s[l] <-- k[j]
j <-- j + 1.
else
repeat while i l <-- l + 1
s[l] <-- k[i]
i <-- i + 1.
Posted By:Brandon Evans      Posted On: Jan 24

C++ Programming
Comments: 0

Which function can retrieve the character stored at a specified location?

Options

a) at( )
b) find_first_of( )
c) find( )
d) find_last_of( )

Answer : a) at( )
Posted By:Logan Bouchard      Posted On: Jan 24

Assembly Language
Comments: 0

List applications of microprocessor-based system.

It is used:

i. For measurements, display
and control of current, voltage, temperature, pressure, etc.
ii. For traffic
control and industrial tool control.
iii. For speed control of machines.
Posted By:Maria Silva      Posted On: Jan 20

  82  83  84  85  86  87  88  89  90  91  92