Vidyalelo
C Programming · Q56

C Miscellaneous

Programming · C Programming · question 56

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
Answer
B.
False

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board