Predict the output for this program bitwise operator, Buffer Formatting, Function, printf int main( ){printf("%d",printf("%d %d",5,5)&printf("%d %d",7,7));return 0;}1 7 7 5 57 7 5 5 15 5 7 7 37 7 5 5 3 Share this Share on FacebookTweet on TwitterPlus on Google+ Related Posts7333Predict The Output:What is the output of the following program?47Difference between Normal function and Macro Funcion