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 are pointers really good for, anyway?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
What is nested structure?
What would be an example of a structure analogous to structure c?
What does %p mean?
Why do we need volatile in c?
What does 3 periods mean in texting?
What are structural members?
What are the properties of union in c?
Explain how can I open a file so that other programs can update it at the same time?
What is a keyword?
Explain indirection?
Do you know the use of fflush() function?
What should malloc(0) do?
Is a pointer a kind of array?