| Pozīcija | Domēns | Lapa | Darbības |
|---|---|---|---|
| 1 | stackoverflow.com | /questions/1722112/w... | |
|
Pilns URL
Nosaukums
What are the most common naming conventions in C?
Pēdējo reizi atjaunināts
N/A
Lapas autoritāte
N/A
Satiksme:
N/A
Atpakaļsaites:
N/A
Sociālās akcijas:
N/A
Ielādes laiks:
N/A
Fragmenta priekšskatījums:
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Guide the asker to update ... |
|||
| 2 | users.ece.cmu.edu | /~eno/coding/CCoding... | |
|
Nosaukums
C Coding Standard
Pēdējo reizi atjaunināts
N/A
Lapas autoritāte
N/A
Satiksme:
N/A
Atpakaļsaites:
N/A
Sociālās akcijas:
N/A
Ielādes laiks:
N/A
Fragmenta priekšskatījums:
Names are the heart of programming . In the past people believed knowing someone's true name gave them magical power over that person. |
|||
| 3 | www.w3schools.com | /c/c_variables_names... | |
|
Nosaukums
C Variable Names (Identifiers)
Pēdējo reizi atjaunināts
N/A
Lapas autoritāte
N/A
Satiksme:
N/A
Atpakaļsaites:
N/A
Sociālās akcijas:
N/A
Ielādes laiks:
N/A
Fragmenta priekšskatījums:
What is a recommended practice when naming variables in C? Use short, single-letter names like x and y . Use descriptive names to create understandable code ... |
|||
| 4 | www.reddit.com | /r/C_Programming/com... | |
|
Nosaukums
Какие правила именования ты предпочитаешь в C?
Pēdējo reizi atjaunināts
N/A
Lapas autoritāte
N/A
Satiksme:
N/A
Atpakaļsaites:
N/A
Sociālās akcijas:
N/A
Ielādes laiks:
N/A
Fragmenta priekšskatījums:
Просто хочу узнать твое мнение о правилах именования. |
|||
| 5 | micro-os-plus.github.io | /develop/naming-conv... | |
|
Nosaukums
C/C++ naming conventions
Pēdējo reizi atjaunināts
N/A
Lapas autoritāte
N/A
Satiksme:
N/A
Atpakaļsaites:
N/A
Sociālās akcijas:
N/A
Ielādes laiks:
N/A
Fragmenta priekšskatījums:
11 июн. 2026 г. — Names can be made singular or plural depending on whether they hold a single value or multiple values, thus arrays and collections should be plural. |
|||
| 6 | barrgroup.com | /71-naming-conventio... | |
|
Nosaukums
7.1 Naming Conventions - Barr Group
Pēdējo reizi atjaunināts
N/A
Lapas autoritāte
N/A
Satiksme:
N/A
Atpakaļsaites:
N/A
Sociālās akcijas:
N/A
Ielādes laiks:
N/A
Fragmenta priekšskatījums:
No variable shall have a name that is a keyword of C , C++, or any other well-known extension of the C programming language, including specifically K&R C and C99 ... |
|||
| 7 | docs.legato.io | /14_04/ccoding_stds_... | |
|
Nosaukums
C Naming Types
Pēdējo reizi atjaunināts
N/A
Lapas autoritāte
N/A
Satiksme:
N/A
Atpakaļsaites:
N/A
Sociālās akcijas:
N/A
Ielādes laiks:
N/A
Fragmenta priekšskatījums:
Naming conflicts can occur between types and variables and even between types and functions. Type names are always given suffix. |
|||
| 8 | software.codidact.com | /posts/287057 | |
|
Nosaukums
C naming convention, module trigrams?
Pēdējo reizi atjaunināts
N/A
Lapas autoritāte
N/A
Satiksme:
N/A
Atpakaļsaites:
N/A
Sociālās akcijas:
N/A
Ielādes laiks:
N/A
Fragmenta priekšskatījums:
Function names must be named in lowerCamelCase () and start with a verb. Global variables are in Maj_started_lower_case and are noun groups. Exemple |
|||