loader image

Author name: Abhay

c programming mcq featured

Fundamentals of C Programming- MCQ

Here are the most important Multiple choice questions(MCQ) on the basics of C programming. The MCQs are from the following sections, Introduction to C Data types Variables Constants Who invented C? Charles Babbage Bill Gates Dennis Ritchie Steve Jobs C is a …………………. type of language? Procedural Object-oriented Functional Bit-level Which of the following is …

Fundamentals of C Programming- MCQ Read More »

Arithmetic Expressions and Operator Precedence in C

An arithmetic expression is a combination of variables, constants, and arithmetic operators. Arithmetic operators supported in C are +, -, *, / and %. The operands include integer and floating-type numbers. Some algebraic expressions and their corresponding C expressions are given in the following table.   Algebraic Expression   C Expression       (a …

Arithmetic Expressions and Operator Precedence in C Read More »

Scroll to Top