answersLogoWhite

0


Best Answer

C programs are composed from data types and functions. Functions are composed from one or more statements. A statement is composed from one or more expressions terminated by a semi-colon. A semi-colon without an expression is itself a statement (an empty statement).

Every C program must have at least one function, the global main function. This serves as the entry-point of the application. When we return from the main function, the program terminates normally.

The C standard requires that the global main function return an integer to the execution environment, where the value 0 is conventionally used to indicate "no error". As such, the minimum C program is as follows:

int main (void) {

return 0;

}

User Avatar

Wiki User

7y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

7y ago

Every statement in C must be terminated with a semi-colon. A statement without a semi-colon is not a statement, it is just an expression.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

The ; (semi-colon).

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What punctuation ends most lines of C and C plus plus code?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What languages is the software Blender written in?

The code of Blender includes programming languages C (most lines), C++ (second most lines) and Python (the least amount of lines). Altogether, there are more than 300,000 lines of script.


What is spacing between lines or text?

Line spacing is the space between the lines of code. Most programming languages ignore whitespace, which allows you to insert blank lines in order to help separate blocks of code to make the code more readable. However this is not strictly the same as line spacing, which is normally defined by the typeface employed by your code editor. Word-processing programs allow you to specify different line spacings depending on whether an element is a paragraph, a bullet point or some other construct. But programming editors are typically plain-text editors and do not generally have line-spacing characteristics, hence the need to insert blank lines.


What is the most widely used binary code for microcomputers?

ASCII (American Standard Code for Information Interchange)


Is binary code the source code?

No. In short, binary code is the code your computer executes, it can be in many forms, ranging from bytecode, which must be interpreted, but is pre-compiled to machine code, which is directly run by the system, and is generally specific to a particular system. Source code is the code of the program, as written by the programmer. It is written in a language that can be translated into instructions understood by computers. Most of the times, binary code is not easily human readable whereas source code is.


What is the most common use of type 'b' compression fitting in plumbing?

The type-B variants are called manipulative as they call for the tubing modifications. Such fittings are incorporated in the setups of special supply lines such as gas lines.

Related questions

The Hollow Men contains some of Eliot's most famous lines most notably its conclusion?

: : This is the way the world ends : This is the way the world ends : This is the way the world ends : Not with a bang but a whimper quack-a-moo : quack-a-moo


What languages is the software Blender written in?

The code of Blender includes programming languages C (most lines), C++ (second most lines) and Python (the least amount of lines). Altogether, there are more than 300,000 lines of script.


Why is punctuation and format important things to consider when writing code?

Punctuation and format in code help improve readability and understanding for both the programmer and others who may need to review the code. Consistent punctuation and format make the code easier to maintain and debug. Properly formatted code also reflects professionalism and attention to detail.


What is difference between code and command?

A code is a set of words or lines made to do most of the task a command is a set of instruction given with authority.


Why is there no punctuation in somewhere i have never traveled gladly beyond?

The lack of punctuation in the poem "somewhere i have never traveled gladly beyond" by E.E. Cummings is a deliberate stylistic choice by the poet. Cummings often played with grammar and punctuation to create a unique poetic voice and to challenge traditional poetic forms. The absence of punctuation allows the reader to interpret the poem in a more fluid and open-ended manner.


How many lines of code are in the Ubuntu operating system?

Many. The Linux Kernel itself has 13,499,457 lines of code as of 20 October 2010. Most of programs have hundreds to tens of thousands of lines, and there are a lot components. It would be safe to assume that there is something like 50 to 100 million lines in total.


What punctuation is commonly used?

The most commonly used punctuation includes, in order of occurrence:periodcommaquestion markexclamation pointcolonsemi-colonhyphen


Which punctuation is the most un-noticeable?

this is the smallest >.< but you can decide if it is unnoticeable


What are the most important elements of a sentence?

Spelling, Grammar and Punctuation. These are the most important ones of a sentence.


Why does WikiAnswers never accept any punctuation except for one question mark in questions?

Websites rely on URLs to open a page. Punctuation in a URL can interfere with the webpage. So Answers.com (wikianswers.com) forbids most punctuation in questions.


Are spaces considered punctuation marks?

Spaces are not 'marks,' but they are nevertheless the most common form of punctuation. The Romans did not put spaces between words, and divided words at the end of a line without using any punctuation mark. A nightmare!


What language does not have punctuation?

There is no widely known language that completely lacks punctuation. Punctuation serves important functions in written communication, such as indicating sentence structure and clarifying meaning, so it is a key component of most written languages.