implement OR gate without using any bitwise operator.
Post New Answer View All Answers
What is .obj file in c?
Why do we use int main?
How do c compilers work?
Is main is a keyword in c?
Explain how do you list files in a directory?
What is %d called in c?
What is the difference between variable declaration and variable definition in c?
What is scope rule of function in c?
Explain what does it mean when a pointer is used in an if statement?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
Can a local variable be volatile in c?
What are shell structures used for?
What is the process of writing the null pointer?
What is the explanation for cyclic nature of data types in c?
What is the most efficient way to store flag values?