About 717,000 results
Open links in new tab
  1. Statement (computer science) - Wikipedia

    In computer programming, a statement is a syntactic unit of an imperative programming language that expresses some action to be carried out. [1] A program written in such a language is formed by a sequence of one or more statements. A statement …

  2. Statement vs Expression – What's the Difference in Programming?

    Dec 8, 2022 · Expressions are unique in meaning, while statements are two-sided in execution. For example, 1 has a certain value while go( ) may be executed or not. Statements are the whole structure, while expressions are the building blocks. For example, a line or a block of code is a statement. Why You Should Know the Difference

  3. Introduction to Programming, Chapter 2: Statements

    Most programming languages have the concept of a statement. A statement is a command that the programmer gives to the computer. For example: print "Hello, world!" This command has a verb (“print”) and other details (what to print). In this case, the command print means “show on the screen,” not “print on the printer.”

  4. C Statements - W3Schools

    In a programming language, these programming instructions are called statements. The following statement "instructs" the compiler to print the text "Hello World" to the screen:

  5. What Is a Statement in Programming? - eng4dev.com

    A statement in programming is a complete instruction that the interpreter or compiler can execute. Statements define the actions a program takes, such as assigning values, controlling flow, or invoking functions.

  6. What is statement in Programming? - TEL Gurus

    Statement in a programming means any line of code that instructs the compiler to perform a specific task. A computer program is a set of such statements. There can be multiple types of statements in a program code that controls the input and output of the actions that a program is designed for. What is the role of a statement in a program?

  7. Statements (C# Programming Guide) - learn.microsoft.com

    Apr 22, 2023 · Learn about statements in C# programming. See a list of statement types, and view code examples and additional resources.

  8. What is a Statement? - Computer Hope

    Dec 6, 2024 · In computer programming, a statement is a single line of code that performs a specific task. For example, the following line of programming code from the Perl programming language is an example of a statement.

  9. Python Statements With Examples– PYnative

    Aug 30, 2021 · Learn Python statements. Create a single and multiline statement. Understand simple and compound statements such as print, Assignment, Conditional, and Looping statements.

  10. Understanding Statements in Computer Programming: Syntax …

    Learn about statements in computer programming and how they are used to express actions in programming languages. Understand their syntax and internal components.

  11. Some results have been removed
Refresh