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 flags used in 8085?

Sign flag, Zero flag, Auxillary flag, Parity flag, Carry flag.
Posted By:Joe Evans      Posted On: Oct 13

C++ Programming
Comments: 0

Which class does define the member function put()?

Options

a) istream
b) ostream
c) streambuf
d) None of the above

Answer : b) ostream
Posted By:Benjamin Evans      Posted On: Oct 13

C++ Programming
Comments: 0

Which is not true about operator overloading? - select option

Option

a) Only existing operators can be overloaded
b) Binary arithmetic operators (+,-,*,/) need not return a value
c) It is impossible to redefine an operator
d) All of the above

Answer : b) Binary arithmetic operators (+,-,*,/) need not ...
Posted By:Vitoria Silva      Posted On: Oct 13

C++ Programming
Comments: 0

Write an algorithm for Deleting an element from the circular queue using array in dfs

PROCEDURE CQDELETE(QUEUE, F, R, item,N)
[Deletes ‘item’ from the ‘queue’, ‘F’ is the Front end pointer and ‘R’ is the rare end pointer and ‘N’ is the number of elements in queue]

1. [Underflow ?]

if (F = 0)
write Stack is empty.
retu...
Posted By:Abby Fischer      Posted On: Oct 11

Assembly Language
Comments: 0

What are operations performed on data in 8085

The various operations performed are
- Store 8-bit data
- Perform arithmetic and logical operations
- Test for conditions
- Sequence the execution of instructions
- Store data temporarily during execution in the defined R/W memory locations call...
Posted By:Mena Schmidt      Posted On: Oct 10

C++ Programming
Comments: 0

Which is not supported by the string class? - Select option

Options

a) count( )
b) Assign( )
c) resize( )
d) empty( )

Answer : a) count( )
Posted By:Libby Hughes      Posted On: Oct 10

Assembly Language
Comments: 0

What are the various flags used in 8085?

Sign flag, Zero flag, Auxillary flag, Parity flag, Carry flag.
Posted By:Joe Evans      Posted On: Oct 13

C++ Programming
Comments: 0

Which class does define the member function put()?

Options

a) istream
b) ostream
c) streambuf
d) None of the above

Answer : b) ostream
Posted By:Benjamin Evans      Posted On: Oct 13

C++ Programming
Comments: 0

Which is not true about operator overloading? - select option

Option

a) Only existing operators can be overloaded
b) Binary arithmetic operators (+,-,*,/) need not return a value
c) It is impossible to redefine an operator
d) All of the above

Answer : b) Binary arithmetic operators (+,-,*,/) need not ...
Posted By:Vitoria Silva      Posted On: Oct 13

C++ Programming
Comments: 0

Write an algorithm for Deleting an element from the circular queue using array in dfs

PROCEDURE CQDELETE(QUEUE, F, R, item,N)
[Deletes ‘item’ from the ‘queue’, ‘F’ is the Front end pointer and ‘R’ is the rare end pointer and ‘N’ is the number of elements in queue]

1. [Underflow ?]

if (F = 0)
write Stack is empty.
retu...
Posted By:Abby Fischer      Posted On: Oct 11

Assembly Language
Comments: 0

What are operations performed on data in 8085

The various operations performed are
- Store 8-bit data
- Perform arithmetic and logical operations
- Test for conditions
- Sequence the execution of instructions
- Store data temporarily during execution in the defined R/W memory locations call...
Posted By:Mena Schmidt      Posted On: Oct 10

C++ Programming
Comments: 0

Which is not supported by the string class? - Select option

Options

a) count( )
b) Assign( )
c) resize( )
d) empty( )

Answer : a) count( )
Posted By:Libby Hughes      Posted On: Oct 10

  97  98  99  100  101  102  103  104  105  106  107