35 Macro, macros #define s(b) b*2-1int main(){printf("%d",s(3)*2);return 0;}Output:4 Share this Share on FacebookTweet on TwitterPlus on Google+ Related Posts5670Difference between #include and #include "stdio.h"61Predict the Output58