implement NAND gate logic in C code without using any
bitwise operatior.

Answer Posted / qwake

!(a*b)

Is This Answer Correct ?    6 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When should we use pointers in a c program?

633


Explain what does a function declared as pascal do differently?

642


How do we declare variables in c?

571


Explain how does free() know explain how much memory to release?

575


Describe the steps to insert data into a singly linked list.

622






Do pointers need to be initialized?

563


Here is a neat trick for checking whether two strings are equal

566


What does double pointer mean in c?

584


What is the easiest sorting method to use?

635


Do array subscripts always start with zero?

786


How pointer is different from array?

580


A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference

632


What is unsigned int in c?

560


What does sizeof return c?

606


Where are some collections of useful code fragments and examples?

716