Predict the output of the following code #includestdio.hint main(){int a=0;a= 5||2|1;printf("%d",a);return 0;}
What is the output of the above code?#includestdio.h#includemath.hint main(){printf("%d\n", !(2025) || (3089));}
#include stdio.h#include math.hint main(){double num = 6, c;c = cbrt(num);printf(" %lf", c);return 0;}
class HelloWorld {public static void main(String[ ] args) {int a = 6 , b = 2 , c;c=++a+a+b+++ b - b ++ ;System.out.println(c);}}#include stdio.h#include math.hint main (){int gowri, result;int n;gowri = 4.0;result = frexp (gowri , &n);printf ("%d \n", gowri);return 0;}
#include iostream#include limitsint main (){cout boolalpha;cout numeric_limitsint :: has_infinity '\n';return 0;}