Anonymous ID: 049664 April 11, 2018, 2:47 p.m. No.1001854   🗄️.is 🔗kun   >>1864

speaking of facebook and snowden

is Q using programming operators as a clue??

 

https:// en.wikipedia.org/wiki/C_(programming_language)

 

Operators[edit]

 

Main article: Operators in C and C++

 

C supports a rich set of operators, which are symbols used within an expression to specify the manipulations to be performed while evaluating that expression. C has operators for:

arithmetic: +, -, *, /, %

assignment: =

augmented assignment: +=, -=, *=, /=, %=, &=, |=, ^=, <<=, >>=

bitwise logic: ~, &, |, ^

bitwise shifts: <<, >>

boolean logic: !, &&, ||

conditional evaluation: ? :

equality testing: ==, !=

calling functions: ( )

increment and decrement: ++, –

member selection: ., ->

object size: sizeof

order relations: <, <=, >, >=

reference and dereference: &, *, [ ]

sequencing: ,

subexpression grouping: ( )