Examples of Expressions

Top  Previous  Next

Examples of expresions

 

 #test#i + #test#j << 2

 (unsigned char)#test#i + 2

 sizeof(##array) > 200

 

main

i + j << 2 / :CW0x1200

(unsigned char)i + 2

sizeof(array) > 200

(a == b && a <= 4) || a > '3'

sptr -> Member1 -> a[i]

*p

*((char *)ptr)