.\" -*- coding: UTF-8 -*- .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" .\" %%%LICENSE_START(BSD_3_CLAUSE_UCB) .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions .\" are met: .\" 1. Redistributions of source code must retain the above copyright .\" notice, this list of conditions and the following disclaimer. .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" 4. Neither the name of the University nor the names of its contributors .\" may be used to endorse or promote products derived from this software .\" without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" %%%LICENSE_END .\" .\" @(#)operator.7 8.1 (Berkeley) 6/9/93 .\" .\" Copied shamelessly from FreeBSD with minor changes. 2003-05-21 .\" Brian M. Carlson .\" .\" Restored automatic formatting from FreeBSD. 2003-08-24 .\" Martin Schulze .\" .\" 2007-12-08, mtk, Converted from mdoc to man macros .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH OPERATOR 7 "13. August 2020" Linux Linux\-Programmierhandbuch .SH BEZEICHNUNG operator \- Rangfolge der C\-Operatoren und Reihenfolge der Auswertung .SH BESCHREIBUNG Diese Handbuchseite listet C\-Operatoren und ihre Rangfolge bei der Auswertung. .PP .TS lb lb lb l l l. Operator Assoziativität Hinweise () [] \-> . ++ \-\- von links nach rechts [1] ! \(ti ++ \-\- + \- (type) * & sizeof von rechts nach links [2] * / % von links nach rechts + \- von links nach rechts << >> von links nach rechts < <= > >= von links nach rechts == != von links nach rechts & von links nach rechts \(ha von links nach rechts | von links nach rechts && von links nach rechts || von links nach rechts ?: von rechts nach links = += \-= *= /= %= <<= >>= &= \(ha= |= von rechts nach links , von links nach rechts .TE .PP Die folgenden Hinweise geben weitere Informationen zu obiger Tabelle: .PP .PD 0 .IP [1] 4 Die Operatoren ++ und \-\- auf dieser Rangfolgenstufe sind die Postfix\-Varianten der Operatoren. .IP [2] Die Operatoren ++ und \-\- auf dieser Rangfolgenstufe sind die Präfix\-Varianten der Operatoren. .PD .SH KOLOPHON Diese Seite ist Teil der Veröffentlichung 5.10 des Projekts Linux\-\fIman\-pages\fP. Eine Beschreibung des Projekts, Informationen, wie Fehler gemeldet werden können, sowie die aktuelle Version dieser Seite finden sich unter \%https://www.kernel.org/doc/man\-pages/. .PP .SH ÜBERSETZUNG Die deutsche Übersetzung dieser Handbuchseite wurde von Martin Eberhard Schauer und Helge Kreutzmann erstellt. .PP Diese Übersetzung ist Freie Dokumentation; lesen Sie die .UR https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3 .UE oder neuer bezüglich der Copyright-Bedingungen. Es wird KEINE HAFTUNG übernommen. .PP Wenn Sie Fehler in der Übersetzung dieser Handbuchseite finden, schicken Sie bitte eine E-Mail an die .MT debian-l10n-german@lists.debian.org Mailingliste der Übersetzer .ME .