How to add two numbers without using arithmetic operators?
Answer Posted / selloorhari
Hi,
This is the code for a FULL ADDER circuit.
| Is This Answer Correct ? | 22 Yes | 12 No |
Post New Answer View All Answers
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
What is typedef?
How many levels of indirection in pointers can you have in a single declaration?
Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.
What is the purpose of main( ) in c language?
What is the total generic pointer type?
In a header file whether functions are declared or defined?
Explain which function in c can be used to append a string to another string?
What is dynamic variable in c?
What is header file in c?
What is the difference between scanf and fscanf?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
What does the c in ctime mean?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
What is return in c programming?