Q56
The following C code results in an error. State whether this statement is true or false. #include void f(double b) printf ("%ld ",b); int main() inline f(100.56); return 0;
A.
True
AnswerB.
False
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board