implement OR gate without using any bitwise operator.
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
What are the languages are portable and platform independent?Why they are like that?
what is the difference between const volatile int i & volatile const int j;
What is "Duff's Device"?
what is the need for main function in c?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
What is a method in c?
What is the benefit of using #define to declare a constant?
what is a function pointer and how all to declare ,define and implement it ???
What are header files in c programming?
Which is better oop or procedural?
main() { clrscr(); } clrscr();