implement OR gate without using any bitwise operator.
Post New Answer View All Answers
How can you pass an array to a function by value?
What is the difference between āgā and āgā in C?
what is uses of .net
What is the use of function overloading in C?
What are the two forms of #include directive?
What is the general form of #line preprocessor?
Explain about C function prototype?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
What is the purpose of void pointer?
What is n in c?
Explain output of printf("Hello World"-'A'+'B'); ?
What is default value of global variable in c?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
What are the scope of static variables?
Explain indirection?