Write a c program for binary addition of two 8 bit numbers.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

List out some of the OODBMS available?

1 Answers  


How can I learn c++ easily?

0 Answers  


What do you mean by function and operator overloading in c++?

0 Answers  


How do you clear a buffer in c++?

0 Answers  


What is virtual base class uses?

0 Answers  






Why is null pointer used?

0 Answers  


What is a literal in c++?

0 Answers  


What can I safely assume about the initial values of variables which are not explicitly initialized?

0 Answers  


class Foo { const int x; protected: Foo(int f); ~Foo(); }; Foo f; Referring to the sample code above, why will the class declaration not compile? a) The variable x is const. b) The destructor is protected. c) The destructor is not public. d) The constructor is protected. e) There is no default constructor.

5 Answers   Quark,


How do we implement inheritance in c++?

0 Answers  


What is encapsulation in c++ with example?

0 Answers  


How the compilers arranges the various sections in the executable image?

1 Answers  


Categories