• March 19, 2024

MCA Fifth Semester Model Papers

Faculty: IT 2019 Sample Papers with Solutions Sr. No.  Paper Name  Question Paper Link  Solution Link 1.  Cloud Computing  Click Here  Click Here 2.  Analysis & Design of Algorithm  Click Here …

MCA Third Semester Model Papers

Faculty: IT 2019 Sample Papers with Solutions Sr. No.  Paper Name  Question Paper Link  Solution Link 1.  Java Technologies  Click Here  Click Here 2.  Web Technologies  Click Here  Click Here 3. …

MCA First Semester Model Papers

Faculty: IT 2019 Sample Papers with Solutions Sr. No.  Paper Name  Question Paper Link  Solution Link 1.  Discrete Mathematics  Click Here  Click Here 2.  Programming in C & C++  Click Here …

MSC (Biotechnology) Previous Year Model Papers

Faculty: Science 2019 Sample Papers with Solutions Sr. No.  Paper Name  Question Paper Link  Solution Link 1  Immunology, Virology and Pathogenesis  Click Here  Click Here 2.  Cell Biology  Click Here  Click …

MSC (Biotechnology) Final Year Model Papers

Faculty: Science 2019 Sample Papers with Solutions Sr. No.  Paper Name  Question Paper Link  Solution Link 1  Plant Biotechnology  Click Here  Click Here 2.  Genetic Engineering  Click Here  Click Here

An operator is a symbol that “operators” on one or more expressions, producing a value that can be assigned to a variable. C has a rich set of operators which can be classified as
• Arithmetic Operators: There are following arithmetic operators supported by C language:
• Logical Operators :-C has the following logical operators, they compare or evaluate logical and relational expressions.
• Assignment Operators :- The Assignment Operator evaluates an expression on the right of the expression and substitutes it to the value or variable on the left of the expression.
• Relational Operators :- Often it is required to compare the relationship between operands and bring out a decision and program accordingly.
• Increment and Decrement Operators :- The increment and decrement operators are one of the u nary operators which are very useful in C language.
• Conditional or Ternary Operator :-The conditional operator consists of 2 symbols the question mark (?) and the colon

Author

Leave a Reply