DO NOT MISS

Ads

Tuesday 21 June 2016

Unary, Conditional & Special Operators

Conditional operator:-
A ternary operator " ? : " is variable in 'C' is to construct conditional expressions of the form
exp 1 ? exp 2 : exp 3;


Unary Operator:-
These operators on a single value or variable. 
These are __, ++, --, !.

Special operators:-
“,”(Comma) & Size of are the special operators.
“,” is used to separate the variables size of operator is used to find the size of the data types.
These are 
&(address operator), * (indirection operator)
., size of.

Greataims

 
Copyright © 2016 Computersadda. Designed by @ Computersadda Team - Published By Greataims