$FrontEndSession is a global symbol that represents the current session of the front end from which the kernel is being run.
When Mathematica cannot give you an explicit result for an integral, it leaves the integral in a symbolic form. It is often useful to manipulate this symbolic form. ...
$CUDADeviceCount gives the number of CUDA devices on the system.
EndModal[] is the head of an expression sent by Java to signal the end of a DoModal[] loop.
Functionality in this package has been added to the built-in Mathematica kernel or incorporated into newly created packages. CDF, PDF and CharacteristicFunction are built ...
CUDAFinancialDerivative[instrument, params, ambientparams] gives the value of the specified financial instrument.CUDAFinancialDerivative[instrument, params, ambientparams, ...
CBreak
(SymbolicC Package Symbol) CBreak[] is a symbolic representation of a break statement.
CComment[text] is a symbolic representation of a comment. CComment[text, {pre, post}] includes text to add before and after the comment.
CDefine[def] is a symbolic representation of a preprocessor define.
CIf
(SymbolicC Package Symbol) CIf[test, trueArg, falseArg] is a symbolic representation of a conditional statement. CIf[test, trueArg] only has a branch if test is true.