From Serebra Learning Corporation
C Programming - Part 3 
This course is the third in a four-part series that will give students the fundamental skills and knowledge necessary to be able to write syntactically correct C code, using the facilities of a standard
ANSI C library, to create basic applications. This series is not environment or vendor-specific. This course begins to introduce some more advanced topics. Students will learn about some of the
more...
C Programming - Part 3 


This course is the third in a four-part series that will give students the fundamental skills and knowledge necessary to be able to write syntactically correct C code, using the facilities of a standard
ANSI C library, to create basic applications. This series is not environment or vendor-specific. This course begins to introduce some more advanced topics. Students will learn about some of the
more...
From 123-CBT Computer Based Training
Java Operations Flow Control 

...unary operators, relational operators, logical operators, bitwise operators, short-circuit operators, shift operators, and ternary operators. In the
Flow Control unit, the course covers various statements used to implement conditional as well as iterative flow control.
Learn To:
Identify code that performs different types of data type conversions for primitive data types.
Identify
more...
Java Operations Flow Control 

...unary operators, relational operators, logical operators, bitwise operators, short-circuit operators, shift operators, and ternary operators. In the
Flow Control unit, the course covers various statements used to implement conditional as well as iterative flow control.
Learn To:
Identify code that performs different types of data type conversions for primitive data types.
Identify
more...
C Programming - Part 3 

...nced uses for pointers, explore the collection of special bitwise operators, learn about
Input/
Output (I/O) with
ANSI C, and learn how to properly debug their programs and perform error handling. L earn To:
Identify the advanced uses for pointers. Explore the collection of special bitwise operators. Identify the features of standard Input/Output (I/O) with ANSI C. Debug
more...