Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

implement OR gate without using any bitwise operator.

Answer Posted / senthil

c = a + b

Is This Answer Correct ?    13 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is wrong with this statement? Myname = ?robin?;

1526


What are runtime error?

1084


How can I change their mode to binary?

1055


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

2123


Explain the use of fflush() function?

1027


i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....

1919


What is volatile c?

961


How can I get random integers in a certain range?

1019


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

993


using only #include and #include Write a program in C that will read an input from the user and print it back to the user if it is a palindrome. The string ends when it encounters a whitespace. The input string is at most 30 characters. Assume the string has no spaces and distinguish between and lowercase. So madam is a palindrome, but MadAm is not a palindrome. Use scanf and %s to read the string. Sample Test: Enter a string: madam madam is a palindrome. Enter a string: 09023 09023 is not a palindrome.

1770


c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above

1207


I need previous papers of CSC.......plz help out by posting them.......

2249


How do you define a function?

972


what is different between auto and local static? why should we use local static?

1078


What is difference between array and pointer in c?

1029