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
Is there a built-in function in C that can be used for sorting data?
What is the difference between array and pointer in c?
Can you please compare array with pointer?
Explain what is a const pointer?
can anyone suggest some site name..where i can get some good data structure puzzles???
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
Which is better oop or procedural?
Can the size of an array be declared at runtime?
What is formal argument?
Tell me what are bitwise shift operators?
Do pointers need to be initialized?
What is a pointer variable in c language?
What is void main () in c?
Why doesnt long int work?
Is void a keyword in c?