Answers

Question and Answer:

  Home  Arrays

⟩ What will be output if you will execute following c code? #include<stdio.h> void main(){ long double a; signed char b; int arr[sizeof(!a+b)]; printf("%d",sizeof(arr)) }

4

 146 views

More Questions for you: