About C Programming language C is a general-purpose programming language that was developed in the early 1970s by Dennis Ritchie at Bell Labs. It is a high-level language that provides low-level access to system resources, making it popular for system…
Tag: C Quiz
Explanation of guess the output questions posted on our Instagram Page.Click here to view Guess The Output series 6. 1) strlen() vs sizeof() Output of above C Program is D) 5 8 . Why 🤔 ? Firstly you should know how strlen()…
Want to participate in C Quiz 1, Click here In this post, we will see the Answers and explanation of C Quiz 1. Q.1. Which function would you use to convert 1.98 to 1?ceil()floor()abs()fabs() Correct answer is floor(). We use…