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 »

interview-questions-and-answers

Top 75 C Interview Questions and Answers

C is a procedural programming language initially developed by Dennis Ritchie at Bell Laboratories in 1972. The syntax of many programming languages including Java, PHP, and JavaScript is primarily based on the C language. Here are the most important C interview questions and answers. The questions are divided into three sections; Basic C Interview Questions

Top 75 C Interview Questions and Answers Read More »