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

List Two types of Priority Queues in dfs (data file structure).

- Input according to priority
- Output according to priority
Posted By:Blaz Fischer      Posted On: Jul 31

C++ Programming
Comments: 0

Which feature does allow you to format the output in C++? - Select option

Options

a) Manipulators
b) ios class functions and flags
c) User-defined output functions
d) All of the above

Answer : d) All of the above
Posted By:Rainer Fischer      Posted On: Jul 29

C++ Programming
Comments: 0

Selection structure is also known by which option

Options

a) branching
b) straight line
c) iteration
d) None of the above

Answer : a) branching
Posted By:Brooke Hughes      Posted On: Jul 29

C++ Programming
Comments: 0

Which of the following is not true about member functions?

Options

a) Can access private data variables
b) Can call another function directly without using dot operator
c) Both a and b
d) None of the above


Answer : d) None of the above
Posted By:Adelbert Fischer      Posted On: Jul 28

C++ Programming
Comments: 0

Which of the following programming approach used functions as a key concept to perform actio

Options


a) Structured programming
b) Modular programming
c) Procedure-oriented programming
d) Object-oriented programming


Answer : c) Procedure-oriented programming
Posted By:Elizabeth Hughes      Posted On: Jul 28

C++ Programming
Comments: 0

Which of the following is not true about static member variable?

Options

a) Only one instance of static member can be created
b) Visible only within the class
c) It can be initialized whenever necessary
d) Both a and b


Answer : c) It can be initialized whenever necessary
Posted By:Ava Campbell      Posted On: Jul 25

C++ Programming
Comments: 0

List Two types of Priority Queues in dfs (data file structure).

- Input according to priority
- Output according to priority
Posted By:Blaz Fischer      Posted On: Jul 31

C++ Programming
Comments: 0

Which feature does allow you to format the output in C++? - Select option

Options

a) Manipulators
b) ios class functions and flags
c) User-defined output functions
d) All of the above

Answer : d) All of the above
Posted By:Rainer Fischer      Posted On: Jul 29

C++ Programming
Comments: 0

Selection structure is also known by which option

Options

a) branching
b) straight line
c) iteration
d) None of the above

Answer : a) branching
Posted By:Brooke Hughes      Posted On: Jul 29

C++ Programming
Comments: 0

Which of the following is not true about member functions?

Options

a) Can access private data variables
b) Can call another function directly without using dot operator
c) Both a and b
d) None of the above


Answer : d) None of the above
Posted By:Adelbert Fischer      Posted On: Jul 28

C++ Programming
Comments: 0

Which of the following programming approach used functions as a key concept to perform actio

Options


a) Structured programming
b) Modular programming
c) Procedure-oriented programming
d) Object-oriented programming


Answer : c) Procedure-oriented programming
Posted By:Elizabeth Hughes      Posted On: Jul 28

C++ Programming
Comments: 0

Which of the following is not true about static member variable?

Options

a) Only one instance of static member can be created
b) Visible only within the class
c) It can be initialized whenever necessary
d) Both a and b


Answer : c) It can be initialized whenever necessary
Posted By:Ava Campbell      Posted On: Jul 25

  35  36  37  38  39  40  41  42  43  44  45