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 the various programmed data transfer methods?

i) Synchronous data transfer
ii) Asynchronous data transfer
iii) Interrupt driven data transfer
Posted By:Ava Hughes      Posted On: Jan 05

Assembly Language
Comments: 0

What are the modes used in keyboard modes?

1. Scanned Keyboard mode with 2 Key Lockout.
2. Scanned Keyboard with N-key Rollover.
3. Scanned Keyboard special Error Mode.
4. Sensor Matrix Mode.
Posted By:Alexander Bouchard      Posted On: Jan 04

C++ Programming
Comments: 0

Identify if any error in the following code segment

1. class example
2. {
3. float x;
4. public:
5. void example();
6. example(int, float);
7. };

Options

a) Line 7 should not include the semicolon
b) Line 6 is an incorrect statement
c) Line 5 cannot include void
d) No error

Ans...
Posted By:Idelia Miller      Posted On: Jan 04

C++ Programming
Comments: 0

Write an algorithm for Bubble Sort in dfs (data file structure).

1. Initialize last k[I+1]
then interchange both of them.
exchs <-- exchs + 1.

5. [Check for Exchanges]
If exchs=0
then return [mission complete early]
else
last <-- last – 1.

6. Finish
return.
Posted By:Abelardo Fischer      Posted On: Jan 03

C++ Programming
Comments: 0

What would be the output of the following code 3? - Select option

cout.width(5);
cout.precision(2);
cout<< 846.209;

Options

a) 846.20
b) 846.21
c) 846.209
d) 846.2

Answer : b) 846.21
Posted By:Eleanor Hughes      Posted On: Jan 01

C++ Programming
Comments: 0

Compile time polymorphism is also known as. select option

Options

a) early binding
b) static binding
c) static linking
d) All of the above

Answer : d) All of the above
Posted By:Keana Schmidt      Posted On: Dec 31

Assembly Language
Comments: 0

What are the various programmed data transfer methods?

i) Synchronous data transfer
ii) Asynchronous data transfer
iii) Interrupt driven data transfer
Posted By:Ava Hughes      Posted On: Jan 05

Assembly Language
Comments: 0

What are the modes used in keyboard modes?

1. Scanned Keyboard mode with 2 Key Lockout.
2. Scanned Keyboard with N-key Rollover.
3. Scanned Keyboard special Error Mode.
4. Sensor Matrix Mode.
Posted By:Alexander Bouchard      Posted On: Jan 04

C++ Programming
Comments: 0

Identify if any error in the following code segment

1. class example
2. {
3. float x;
4. public:
5. void example();
6. example(int, float);
7. };

Options

a) Line 7 should not include the semicolon
b) Line 6 is an incorrect statement
c) Line 5 cannot include void
d) No error

Ans...
Posted By:Idelia Miller      Posted On: Jan 04

C++ Programming
Comments: 0

Write an algorithm for Bubble Sort in dfs (data file structure).

1. Initialize last k[I+1]
then interchange both of them.
exchs <-- exchs + 1.

5. [Check for Exchanges]
If exchs=0
then return [mission complete early]
else
last <-- last – 1.

6. Finish
return.
Posted By:Abelardo Fischer      Posted On: Jan 03

C++ Programming
Comments: 0

What would be the output of the following code 3? - Select option

cout.width(5);
cout.precision(2);
cout<< 846.209;

Options

a) 846.20
b) 846.21
c) 846.209
d) 846.2

Answer : b) 846.21
Posted By:Eleanor Hughes      Posted On: Jan 01

C++ Programming
Comments: 0

Compile time polymorphism is also known as. select option

Options

a) early binding
b) static binding
c) static linking
d) All of the above

Answer : d) All of the above
Posted By:Keana Schmidt      Posted On: Dec 31

  86  87  88  89  90  91  92  93  94  95  96