Skip to content

Opening book details…

About this document

C Programming: Type Casting & Control Statements by Jolly Person is a document available to read on EtoBox.

This document summarizes key concepts from the CSE 191 computer programming course including type casting, precedence, control statements (if/else, if/else if/else), and switch case statements. Type casting allows converting a variable from one data type to another. Precedence determines the order of operations in an expression. Control statements allow conditional execution of code blocks based on boolean expressions. Switch case provides a multi-way decision structure to select among different code blocks

Author
Jolly Person
Language
EN