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

string is a - Select option

Options

a) data-type
b) class
c) namespace
d) function

Answer : b) class
Posted By:Lexie Hughes      Posted On: Feb 11

Assembly Language
Comments: 0

What is the output modes used in 8279?

8279 provides two output modes for selecting the display options.

1.Display Scan
In this mode, 8279 provides 8 or 16 character-multiplexed displays those can be organized as dual 4-bit or single 8-bit display units.

2.Display Entry
8279 allow...
Posted By:Harry Evans      Posted On: Feb 09

C++ Programming
Comments: 0

List Basic Operations on Stack in dfs (data file structure).

- Push (Insertion)
- Pop (Deletion)
- Top (Returns topmost element of stack)
- IsEmpty (Which returns TRUE if stack is empty)
Posted By:Rambert Fischer      Posted On: Feb 07

C++ Programming
Comments: 0

What is an Elementary Path in dfs (data file structure)?

Any path in which member nodes are not repeated is called elementary path.
Posted By:Adela Fischer      Posted On: Feb 06

Assembly Language
Comments: 0

Basic concepts in memory interfacing

The primary function of memory interfacing is that the microprocessor should be able to read from and write into a given register of a memory chip. To perform these operations the microprocessor should
- Be able to select the chip
- Identify the re...
Posted By:Adelino Fischer      Posted On: Feb 04

C++ Programming
Comments: 0

Iterative algorithm for traversing a binary tree in inorder in dfs (data file structure).

PROCEDURE INORDER(T)
[Given a binary tree whose root node address is given by the pointer variable T, this algorithm traverses the tree in inorder in an iterative manner].

1. [Initialize]

If T = NULL
then write (“Empty Tree”)
r...
Posted By:Luise Fischer      Posted On: Feb 02

C++ Programming
Comments: 0

string is a - Select option

Options

a) data-type
b) class
c) namespace
d) function

Answer : b) class
Posted By:Lexie Hughes      Posted On: Feb 11

Assembly Language
Comments: 0

What is the output modes used in 8279?

8279 provides two output modes for selecting the display options.

1.Display Scan
In this mode, 8279 provides 8 or 16 character-multiplexed displays those can be organized as dual 4-bit or single 8-bit display units.

2.Display Entry
8279 allow...
Posted By:Harry Evans      Posted On: Feb 09

C++ Programming
Comments: 0

List Basic Operations on Stack in dfs (data file structure).

- Push (Insertion)
- Pop (Deletion)
- Top (Returns topmost element of stack)
- IsEmpty (Which returns TRUE if stack is empty)
Posted By:Rambert Fischer      Posted On: Feb 07

C++ Programming
Comments: 0

What is an Elementary Path in dfs (data file structure)?

Any path in which member nodes are not repeated is called elementary path.
Posted By:Adela Fischer      Posted On: Feb 06

Assembly Language
Comments: 0

Basic concepts in memory interfacing

The primary function of memory interfacing is that the microprocessor should be able to read from and write into a given register of a memory chip. To perform these operations the microprocessor should
- Be able to select the chip
- Identify the re...
Posted By:Adelino Fischer      Posted On: Feb 04

C++ Programming
Comments: 0

Iterative algorithm for traversing a binary tree in inorder in dfs (data file structure).

PROCEDURE INORDER(T)
[Given a binary tree whose root node address is given by the pointer variable T, this algorithm traverses the tree in inorder in an iterative manner].

1. [Initialize]

If T = NULL
then write (“Empty Tree”)
r...
Posted By:Luise Fischer      Posted On: Feb 02

  81  82  83  84  85  86  87  88  89  90  91