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

Which of the following is not a member-dereferencing operator?

Options

a) ::*
b) ::
c) *
d) ->*


Answer : b) ::
Posted By:Agatha Miller      Posted On: Nov 15

Assembly Language
Comments: 0

What is asynchronous data transfer?

It is a data transfer method which is used when the speed of an I/O device does not match with the speed of the microprocessor. Asynchronous data transfer is also called as Handshaking.
Posted By:Alfonsa Miller      Posted On: Nov 14

C++ Programming
Comments: 0

List Types of Linked List in dfs (data file structure).

- Singly or Chain Linked List.
- Doubly or Two Way Linked List.
- Circular Linked List.
- Circular Doubly Linked List.
Posted By:Yasmin Silva      Posted On: Nov 13

C++ Programming
Comments: 0

The statement int main() is a which statement

Options

a) function prototype
b) function call
c) function header line
d) None of the above


Answer : c) function header line
Posted By:Ryan Bouchard      Posted On: Nov 12

C++ Programming
Comments: 0

Object-based programming languages do not support

i. Inheritance
ii. Dynamic binding
iii. Encapsulation
iv. All of the above


Options

a) Both i and ii
b) iii only
c) iv only
d) i, ii, and iii


Answer : a) Both i and ii
Posted By:Lucina Fischer      Posted On: Nov 12

Assembly Language
Comments: 0

What is Program counter?

Program counter holds the address of either the first byte of the next instruction to be fetched for execution or the address of the next byte of a multi byte instruction, which has not been completely fetched. In both the cases it gets incremented a...
Posted By:Adelita Fischer      Posted On: Nov 12

C++ Programming
Comments: 0

Which of the following is not a member-dereferencing operator?

Options

a) ::*
b) ::
c) *
d) ->*


Answer : b) ::
Posted By:Agatha Miller      Posted On: Nov 15

Assembly Language
Comments: 0

What is asynchronous data transfer?

It is a data transfer method which is used when the speed of an I/O device does not match with the speed of the microprocessor. Asynchronous data transfer is also called as Handshaking.
Posted By:Alfonsa Miller      Posted On: Nov 14

C++ Programming
Comments: 0

List Types of Linked List in dfs (data file structure).

- Singly or Chain Linked List.
- Doubly or Two Way Linked List.
- Circular Linked List.
- Circular Doubly Linked List.
Posted By:Yasmin Silva      Posted On: Nov 13

C++ Programming
Comments: 0

The statement int main() is a which statement

Options

a) function prototype
b) function call
c) function header line
d) None of the above


Answer : c) function header line
Posted By:Ryan Bouchard      Posted On: Nov 12

C++ Programming
Comments: 0

Object-based programming languages do not support

i. Inheritance
ii. Dynamic binding
iii. Encapsulation
iv. All of the above


Options

a) Both i and ii
b) iii only
c) iv only
d) i, ii, and iii


Answer : a) Both i and ii
Posted By:Lucina Fischer      Posted On: Nov 12

Assembly Language
Comments: 0

What is Program counter?

Program counter holds the address of either the first byte of the next instruction to be fetched for execution or the address of the next byte of a multi byte instruction, which has not been completely fetched. In both the cases it gets incremented a...
Posted By:Adelita Fischer      Posted On: Nov 12

  22  23  24  25  26  27  28  29  30  31  32