Chapter 2 Exercise D
Duration: 6:0 Min | May 27, 2023
Let Us C Solution Chapter 2 Exercise D is a beginner level question that explains how to convert mathematical expressions into arithmetic expressions in C language. C language does not explicitly have a power / exponential operator. Thus, it does not understand expressions like cube of a number, Square of a number, etc. Also, there are no hidden operators in C language. Watch the video to understand with example converting mathematical expressions into C language expression.