Use app×
QUIZARD
QUIZARD
JEE MAIN 2026 Crash Course
NEET 2026 Crash Course
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
+1 vote
137 views
in General by (239k points)
closed by
In C language, i++ means
1. i = i + 1
2. i = i - 1
3. i = i + 2
4. i = i - 2

1 Answer

0 votes
by (240k points)
selected by
 
Best answer
Correct Answer - Option 1 : i = i + 1

Concept:

In C, ++ and -- operators are called increment and decrement operators.

They are unary operators needing only one operand. Hence ++ as well as -- operator can appear before or after the operand with same effect. 

That means both i++ and ++i will be equivalent.

i++ means i = i + 1

⇒ if i = 5 is given, then i will become 6

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

Categories

...