ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

# How many keywords are there in C programming language? # How many operators are there in C programming language??

Basics of C programming language.

user-image
تم إضافة السؤال من قبل Mukhtar Ahmad
تاريخ النشر: 2014/09/05
Abdul Khader Shaik
من قبل Abdul Khader Shaik , Cyber Crime Lawyer , Grofers

Keywords :32

int,char,float,double,signed,unsigned,short,long,enum,auto,extern,register,static,for,while,do,const,volatile,sizeof,if,else,switch,case,default,goto,continue,break,struct,union,void,return

 

 

 

Operators:7

Arithmetic Operators

Increment and Decrement Operators

Assignment Operators

Relational Operators

Logical Operators

Conditional Operators

Bitwise Operators

Special Operators

Iqra Afaq
من قبل Iqra Afaq , Front End Web Development , Phalia International

C language has 32 reserved words or keywords that cannot be used as any other identifier name, such as variable, function, etc. These include the conditional statement (if/else), the looping constructs (for/while), and commonly used data types like int and char.

Islam Mohamed
من قبل Islam Mohamed

78 keyword on C# 

https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/

check this link !

Basant Chaudhary
من قبل Basant Chaudhary , Software Test Engineer , Livecode Technologies Pvt Ltd

total 32 keywords are in c language

Koutaiba Al Jaja
من قبل Koutaiba Al Jaja , Project Management , Omar Al Dahouk

Html ,css are core of any web application . javascript is easiest web programming, Asp.net is one of best web programming for big Application

SAFDAR HUSSAIN
من قبل SAFDAR HUSSAIN , Process Control Supervisor , GHANI GASES (ASU) Ltd KARACHI

Keywords :32Keywords :32 int,char,float,double,signed,unsigned,short,long,enum,auto,extern,register,static,for,while,do,const,volatile,sizeof,if,else,switch,case,default,goto,continue,break,struct,union,void,returns int,char,float,double,signed,unsigned,short,long,enum,auto,extern,register,static,for,while,do,const,volatile,sizeof,if,else,switch,case,default,goto,continue,break,struct,union,void,return

Adesh Kumar
من قبل Adesh Kumar

There are about 32 keywords in C like int, float, void, return, for, auto, while, do etc.

There are lot of operators like arithmatic(+, -, *, /), binary operators(&&, ||), comparision operators(>, <, =, >=,<= etc), Assignment operator(=, ==), unary(++, --, +=, -= etc), etc. 

المزيد من الأسئلة المماثلة

هل تحتاج لمساعدة في كتابة سيرة ذاتية تحتوي على الكلمات الدلالية التي يبحث عنها أصحاب العمل؟