Programming is about mathematical and logical solving. this what I learn on 2nd meeting of combine lecture. the basic of all mathematical and logical solving is the operator usage. I already understand most of the lecture about the arithmetic operator (the simple one and the increment-decrement). well I found something interesting about the increment decrement operation usage, that they can be used as binary operator.
the conditional operator was something new to me. it is has the basic function like the If-else fuction. but it is only used to directly give value to the variable.
another operator that news to me is Bitwise operator it is a bit hard to understand how it is work but I managed to understand about it. this type of operation requires the value of the variable tobe turned into binary value and the operation is being done bit by bit.
Leave a Reply