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
Explain what is operator promotion?
Why c language is called c?
What is data structure in c programming?
How do you use a pointer to a function?
What is the heap in c?
how logic is used
How many keywords are there in c?
Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers
What is c language used for?
Explain what are its uses in c programming?
why return type of main is not necessary in linux
What are terms in math?
What is the difference between c and python?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
What is the difference between a string and an array?