outputPlease explain the output of following code: [code] #include<stdio.h> int main() { int i=10; i...
macros thanks i was making mistake in macro expansion... :)
macros the output of this question is 12 6 12 ... please explain [code] #define FUN(x,y) ((x)>(y))?(x...
binary search on vectorsi made these two code : this one is working perfectly fine... (using array) [code]#include<stdio.h>...
binary search on vectorsi am suppose to reduce complexity.... nd the problem is Implement a user defined recursive procedur...