0% found this document useful (0 votes)
3 views1 page

C Language Operators Questions

The document contains questions related to the C programming language, focusing on operators. It asks for explanations of arithmetic and assignment operators, the conditional (ternary) operator, and includes tasks to write a program for summing two numbers and demonstrating increment and decrement operators. Overall, it serves as a guide for understanding key concepts in C language operations.

Uploaded by

prabhathkiranmai
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

C Language Operators Questions

The document contains questions related to the C programming language, focusing on operators. It asks for explanations of arithmetic and assignment operators, the conditional (ternary) operator, and includes tasks to write a program for summing two numbers and demonstrating increment and decrement operators. Overall, it serves as a guide for understanding key concepts in C language operations.

Uploaded by

prabhathkiranmai
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

C-LANGUAGE QUESTIONS

1. Explain the difference between the arithmetic and assignment operators in C language.

2. What is the use of the conditional (ternary) operator (?:) in C language?

3. Write a C program to calculate the sum of two numbers using the addition operator.

4. Demonstrate the use of the increment (++) and decrement (--) operators in C language.

You might also like