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

List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

2294


Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.

588


An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?

657


What is #define?

565


Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?

554






Apart from dennis ritchie who the other person who contributed in design of c language.

795


How are Structure passing and returning implemented by the complier?

699


What does sizeof return c?

587


Write a program to check armstrong number in c?

625


Why doesnt long int work?

599


what does static variable mean?

641


What is a stream in c programming?

578


Is c dynamically typed?

659


Explain the term printf() and scanf() used in c language?

584


What is the purpose of scanf() and printf() functions?

706