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 Advantages of Linked Lists in dfs (data file structure).

- Dynamic structure (Mem. Allocated at run-time).
- We can have more than one datatype.
- Re-arrange of linked list is easy (Insertion-Deletion).
- It doesn’t waste memory.
Posted By:Reiner Fischer      Posted On: Apr 01

C++ Programming
Comments: 0

What is Suffix Expression in dfs (data file structure)?

Whenever the operator is on right side of the operands then the expression is called suffix or postfix or reverse polish expression.
Posted By:Abbie Hughes      Posted On: Mar 31

Assembly Language
Comments: 0

Explain LDA, STA and DAA instructions

LDA copies the data byte into accumulator from the memory location specified by the 16-bit address. STA copies the data byte from the accumulator in the memory location specified by 16-bit address. DAA changes the contents of the accumulator from bin...
Posted By:Adelina Fischer      Posted On: Mar 31

Assembly Language
Comments: 0

What are the modes used in display modes?

1. Left Entry mode
In the left entry mode, the data is entered from the left side of the display unit.

2. Right Entry Mode.
In the right entry mode, the first entry to be displayed is entered on the rightmost display.
Posted By:Liam Bouchard      Posted On: Mar 31

Assembly Language
Comments: 0

Give the operating modes of 8259a?

(a) Fully Nested Mode
(b) End of Interrupt (EOI)
(c) Automatic Rotation
(d) Automatic EOI Mode
(e) Specific Rotation
(f) Special Mask Mode
(g) Edge and level Triggered Mode
(h) Reading 8259 Status
(i) Poll command
(j) Special Fully ...
Posted By:Shannon Hughes      Posted On: Mar 29

C++ Programming
Comments: 0

A C++ program structure is based on the concept of

Options

a) Client-server model
b) N-Tier model
c) Both a and b
d) None of the above


Answer : a) Client-server model
Posted By:Voliny Fischer      Posted On: Mar 25

C++ Programming
Comments: 0

List Advantages of Linked Lists in dfs (data file structure).

- Dynamic structure (Mem. Allocated at run-time).
- We can have more than one datatype.
- Re-arrange of linked list is easy (Insertion-Deletion).
- It doesn’t waste memory.
Posted By:Reiner Fischer      Posted On: Apr 01

C++ Programming
Comments: 0

What is Suffix Expression in dfs (data file structure)?

Whenever the operator is on right side of the operands then the expression is called suffix or postfix or reverse polish expression.
Posted By:Abbie Hughes      Posted On: Mar 31

Assembly Language
Comments: 0

Explain LDA, STA and DAA instructions

LDA copies the data byte into accumulator from the memory location specified by the 16-bit address. STA copies the data byte from the accumulator in the memory location specified by 16-bit address. DAA changes the contents of the accumulator from bin...
Posted By:Adelina Fischer      Posted On: Mar 31

Assembly Language
Comments: 0

What are the modes used in display modes?

1. Left Entry mode
In the left entry mode, the data is entered from the left side of the display unit.

2. Right Entry Mode.
In the right entry mode, the first entry to be displayed is entered on the rightmost display.
Posted By:Liam Bouchard      Posted On: Mar 31

Assembly Language
Comments: 0

Give the operating modes of 8259a?

(a) Fully Nested Mode
(b) End of Interrupt (EOI)
(c) Automatic Rotation
(d) Automatic EOI Mode
(e) Specific Rotation
(f) Special Mask Mode
(g) Edge and level Triggered Mode
(h) Reading 8259 Status
(i) Poll command
(j) Special Fully ...
Posted By:Shannon Hughes      Posted On: Mar 29

C++ Programming
Comments: 0

A C++ program structure is based on the concept of

Options

a) Client-server model
b) N-Tier model
c) Both a and b
d) None of the above


Answer : a) Client-server model
Posted By:Voliny Fischer      Posted On: Mar 25

  73  74  75  76  77  78  79  80  81  82  83