Const

Const (computer programming)

Const is a type qualifier used in some programming languages to indicate that data is read-only. It has complicated behavior when combined with pointers, references, and other data types. It is used in languages such as C, C++, D, JavaScript, Julia, and Rust.

1 courses cover this concept

CSE 333 Systems Programming

University of Washington

Summer 2022

This course provides an understanding of systems in computing, focusing on operating systems, networking, and C/C++ languages. Students learn about low-level data representation, memory management, system interactions, and efficient programming workflows. It delves into C++ idioms, network protocols, and concurrency. Prior knowledge of C programming and Linux tools is required.

No concepts data

+ 36 more concepts