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 Posts3941Logical Operator and Bitwise OperatorLeft shift - Right ShiftAddition of numbers without arithmetic operatorBit counting