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 of the following does a derived class inherit from a base class?

Options

a) public and protected class members
b) public and private class members
c) only public data
d) Everything

Answer : a) public and protected class members
Posted By:Julia Hughes      Posted On: Sep 18

Assembly Language
Comments: 0

In what way interrupts are classified in 8085?

In 8085 the interrupts are classified as Hardware and Software interrupts.
Posted By:Adalgisa Fischer      Posted On: Sep 18

Assembly Language
Comments: 0

What is an Operand?

The data on which the operation is to be performed is called as an Operand.
Posted By:Reamonn Fischer      Posted On: Sep 17

C++ Programming
Comments: 0

When you call a function by passing the address of a data variable, it is know as which option

Options

a) Call by reference
b) Call by value
c) Call by two directions
d) Both b and c

Answer : a) Call by reference
Posted By:Luisa Fischer      Posted On: Sep 16

C++ Programming
Comments: 0

What would be the output of the following code 2?

What would be the output of the following code?

#include
#include
class A
{
public:
virtual void disp()
{
coutdisp();
}

Options

a) This is from class A
b) This is from class B
c) This is from class A This is from class B...
Posted By:Dylan Evans      Posted On: Sep 16

C++ Programming
Comments: 0

The insertion operator is another name for which operator

Options

a) input operator
b) output operator
c) extraction operator
d) None of the above


Answer : b) output operator
Posted By:Bingham Fischer      Posted On: Sep 16

C++ Programming
Comments: 0

Which of the following does a derived class inherit from a base class?

Options

a) public and protected class members
b) public and private class members
c) only public data
d) Everything

Answer : a) public and protected class members
Posted By:Julia Hughes      Posted On: Sep 18

Assembly Language
Comments: 0

In what way interrupts are classified in 8085?

In 8085 the interrupts are classified as Hardware and Software interrupts.
Posted By:Adalgisa Fischer      Posted On: Sep 18

Assembly Language
Comments: 0

What is an Operand?

The data on which the operation is to be performed is called as an Operand.
Posted By:Reamonn Fischer      Posted On: Sep 17

C++ Programming
Comments: 0

When you call a function by passing the address of a data variable, it is know as which option

Options

a) Call by reference
b) Call by value
c) Call by two directions
d) Both b and c

Answer : a) Call by reference
Posted By:Luisa Fischer      Posted On: Sep 16

C++ Programming
Comments: 0

What would be the output of the following code 2?

What would be the output of the following code?

#include
#include
class A
{
public:
virtual void disp()
{
coutdisp();
}

Options

a) This is from class A
b) This is from class B
c) This is from class A This is from class B...
Posted By:Dylan Evans      Posted On: Sep 16

C++ Programming
Comments: 0

The insertion operator is another name for which operator

Options

a) input operator
b) output operator
c) extraction operator
d) None of the above


Answer : b) output operator
Posted By:Bingham Fischer      Posted On: Sep 16

  102  103  104  105  106  107  108  109