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
What is %d used for?
How does pointer work in c?
Is c weakly typed?
Which type of language is c?
Are there namespaces in c?
What is the meaning of c in c language?
Write a program to check prime number in c programming?
Explain the red-black trees?
Do you know the difference between malloc() and calloc() function?
What is the use of c language in real life?
Explain the term printf() and scanf() used in c language?
what are the advantages of a macro over a function?
What is keyword in c?
Explain the use of bit fieild.
Explain goto?