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 is true about Iterators in C++? - Select option

Options

a) The functioning of Iterators is similar to pointers
b) Only the derived containers are traversable with iterators
c) The input and output iterators support the most functions of iterators
d) None of the above

Answer : a) The func...
Posted By:Callum Evans      Posted On: May 13

C++ Programming
Comments: 0

Define file in dfs (data file structure).

File is a sequence of related or group or logical records mapped onto disk blocks.
Posted By:Ludkhannah Fischer      Posted On: May 13

C++ Programming
Comments: 0

What is direct or random file organization in dfs (data file structure)?

Direct file organization is an organization in which records can be access randomly with the help of some key. The correspondence is maintained by direct address indexing or key indexing which help us to access any record directly based on address o...
Posted By:Elliot Evans      Posted On: May 12

C++ Programming
Comments: 0

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

The simplest technique for searching an unordered table for a particular record is to scan each entry in the table in a sequential manner until the desired record is found.
Posted By:Raynard Fischer      Posted On: May 12

C++ Programming
Comments: 0

What happens when the try block does not throw any exception?

Options

a) The program is aborted
b) Normal execution is completed
c) Cannot be predicted
d) None of the above

Answer : b) Normal Execution is completed
Posted By:Vemados Fischer      Posted On: May 10

Assembly Language
Comments: 0

Give the register organization of 8085

W(8) - Temp. Reg
Z(8) - Temp. Reg
B(8) - Register
C(8) - Register
D(8) - Register
E(8) - Register
H(8) - Register
L(8) - Register
Stack Pointer - (16)
Program Counter - (16)
Posted By:Ramond Fischer      Posted On: May 10

C++ Programming
Comments: 0

Which is true about Iterators in C++? - Select option

Options

a) The functioning of Iterators is similar to pointers
b) Only the derived containers are traversable with iterators
c) The input and output iterators support the most functions of iterators
d) None of the above

Answer : a) The func...
Posted By:Callum Evans      Posted On: May 13

C++ Programming
Comments: 0

Define file in dfs (data file structure).

File is a sequence of related or group or logical records mapped onto disk blocks.
Posted By:Ludkhannah Fischer      Posted On: May 13

C++ Programming
Comments: 0

What is direct or random file organization in dfs (data file structure)?

Direct file organization is an organization in which records can be access randomly with the help of some key. The correspondence is maintained by direct address indexing or key indexing which help us to access any record directly based on address o...
Posted By:Elliot Evans      Posted On: May 12

C++ Programming
Comments: 0

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

The simplest technique for searching an unordered table for a particular record is to scan each entry in the table in a sequential manner until the desired record is found.
Posted By:Raynard Fischer      Posted On: May 12

C++ Programming
Comments: 0

What happens when the try block does not throw any exception?

Options

a) The program is aborted
b) Normal execution is completed
c) Cannot be predicted
d) None of the above

Answer : b) Normal Execution is completed
Posted By:Vemados Fischer      Posted On: May 10

Assembly Language
Comments: 0

Give the register organization of 8085

W(8) - Temp. Reg
Z(8) - Temp. Reg
B(8) - Register
C(8) - Register
D(8) - Register
E(8) - Register
H(8) - Register
L(8) - Register
Stack Pointer - (16)
Program Counter - (16)
Posted By:Ramond Fischer      Posted On: May 10

  66  67  68  69  70  71  72  73  74  75  76