implement OR gate without using any bitwise operator.



implement OR gate without using any bitwise operator...

Answer / senthil

c = a + b

Is This Answer Correct ?    13 Yes 9 No

Post New Answer

More C Interview Questions

what is the mean of c languages.

1 Answers   Polaris,


size maximum allocated by calloc()

3 Answers   DELL,


what is the output of the program?? #include<stdio.h> main ( ) { int a=010,sum=0,tracker: for(tracker=0;tracker<=a;tracker++) sum+=tracker; printf(ā€œ %d\nā€,sum); } what is the difference between a=10 and a=010??

3 Answers   Oracle,


program for comparing 2 strings without strcmp()

4 Answers  


Can u return two values using return keyword? If yes, how? If no, why?

7 Answers  






What is meaning of "Void main" in C Language.

24 Answers   Ford, GU, HCL, IBIBS, JUW, TCS,


7. Identify the correct argument for the function call fflush() in ANSI C: A)stdout B)stdin C)stderr D)All the above

10 Answers   Accenture,


Are pointers integer?

0 Answers  


Where does the name "C" come from, anyway?

0 Answers   Celstream,


Write a program to show the change in position of a cursor using c

0 Answers  


main() { printf(5+"Vidyarthi Computers"); }

6 Answers  


What is #pragma statements?

0 Answers  


Categories