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
Assembly Language
Comments: 0

What are Hardware interrupts?

TRAP, RST7.5, RST6.5, RST5.5, INTR.
Posted By:Rald Fischer      Posted On: Aug 29

C++ Programming
Comments: 0

Which of the following is not a keyword?

i. for
ii. friend
iii. virtual
iv. private

Options

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

Answer : d) ii, iii and iv
Posted By:Alarice Miller      Posted On: Aug 27

C++ Programming
Comments: 0

Define File Organization technique in dfs (data file structure).

File organization is a technique to organize the files in a way that corresponds closely to the manner in which we expect data to be accessed and to reduce block-access time.
Posted By:Ella Brown      Posted On: Aug 23

Assembly Language
Comments: 0

Mention the purpose of SID and SOD lines

SID (Serial input data line): It is an input line through which the microprocessor accepts serial data. SOD (Serial output data line): It is an output line through which the microprocessor sends output serial data.
Posted By:Leona Schmidt      Posted On: Aug 22

C++ Programming
Comments: 0

Explain difference between Sequential Search and Binary Search.

Sequential Search
- It is easy.
- It needs not to be sorted.
- To search the last element we have element we to scan all the elements.
- If the element is first, then it’s best case bcoz the element is found at first position. ...
Posted By:Eva Hughes      Posted On: Aug 21

C++ Programming
Comments: 0

What is Binary Search in dfs (data file structure)?

The entries in table are stored in alphabetically or numerically increasing order. The approximate middle entry of the table is located, and its key value is examined. If its value is too high, then the key value of middle entry of first half of ta...
Posted By:Anna Schmidt      Posted On: Aug 21

Assembly Language
Comments: 0

What are Hardware interrupts?

TRAP, RST7.5, RST6.5, RST5.5, INTR.
Posted By:Rald Fischer      Posted On: Aug 29

C++ Programming
Comments: 0

Which of the following is not a keyword?

i. for
ii. friend
iii. virtual
iv. private

Options

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

Answer : d) ii, iii and iv
Posted By:Alarice Miller      Posted On: Aug 27

C++ Programming
Comments: 0

Define File Organization technique in dfs (data file structure).

File organization is a technique to organize the files in a way that corresponds closely to the manner in which we expect data to be accessed and to reduce block-access time.
Posted By:Ella Brown      Posted On: Aug 23

Assembly Language
Comments: 0

Mention the purpose of SID and SOD lines

SID (Serial input data line): It is an input line through which the microprocessor accepts serial data. SOD (Serial output data line): It is an output line through which the microprocessor sends output serial data.
Posted By:Leona Schmidt      Posted On: Aug 22

C++ Programming
Comments: 0

Explain difference between Sequential Search and Binary Search.

Sequential Search
- It is easy.
- It needs not to be sorted.
- To search the last element we have element we to scan all the elements.
- If the element is first, then it’s best case bcoz the element is found at first position. ...
Posted By:Eva Hughes      Posted On: Aug 21

C++ Programming
Comments: 0

What is Binary Search in dfs (data file structure)?

The entries in table are stored in alphabetically or numerically increasing order. The approximate middle entry of the table is located, and its key value is examined. If its value is too high, then the key value of middle entry of first half of ta...
Posted By:Anna Schmidt      Posted On: Aug 21

  32  33  34  35  36  37  38  39  40  41  42