Home/
Akkili Sai Charan Reddy/Followers Answers
- About
- Groups
- Joined Groups
- Managed Groups
- Pending questions
- Questions
- Answers
- Followers Questions
- Followers Answers
- Asked Questions
- Best Answers
- Favorites
- Buy Points
- Subscriptions
- Pending posts
- Posts
- Followers Posts
- Polls
- Comments
- Followers Comments
- Followed
- Following
- Messages
- Activities
- Blocking users
- Referrals
What is identifier?
A variable is often called identifier. i.e identifier is nothing but variable.
A variable is often called identifier. i.e identifier is nothing but variable.
See lessWhat is literal?
A constant is often called literal.
A constant is often called literal.
See lessWhat is Keyword?
A Keyword is a word that carries special meaning.
A Keyword is a word that carries special meaning.
See lessWhat is a variable?
A variable is an entity that may change.
A variable is an entity that may change.
See lessWhat is constant?
A constant is an entity that does not change.
A constant is an entity that does not change.
See lessWhat is a C character set?
A character is an entity such as alphabet, digit or special symbol. The character set: alphabets digits special symbols
A character is an entity such as alphabet, digit or special symbol. The character set:
- alphabets
- digits
- special symbols
See lessWhat is a special symbol in C?
In C language, special symbols are called characters. The special symbols of C are ~ ! @ # % ^ & * ( ) _ - + ` = { } [ ] : ; " ' ? / > < . , | \ $ . Total is 32.
In C language, special symbols are called characters. The special symbols of C are ~ ! @ # % ^ & * ( ) _ – + ` = { } [ ] : ; ” ‘ ? / > < . , | \ $ . Total is 32.
See lessWhat are digits in C?
In the C language ,Digits are called characters. The digits in C are 0 1 2 3 4 5 6 7 8 9 .
In the C language ,Digits are called characters. The digits in C are 0 1 2 3 4 5 6 7 8 9 .
See lessWhat is the C alphabet?
C alphabet indicates a character.e.g a is a character. A is also a character. Upper case alphabet characters: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Lower case alphabet characters: a b c d e f g h i j k l m n o p q r s t u v w x y z
C alphabet indicates a character.e.g a is a character. A is also a character.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
a b c d e f g h i j k l m n o p q r s t u v w x y z
See lessWhat is the application of the C language?
The applications of the C language are: C language is used to develop operating system (OS) such as Windows, android, Unix ,Linus etc. C language is used for programming of microwaves oven, washing machines , digital cameras etc. It is used in the development of 3D computer games. it is used in gameRead more
The applications of the C language are:
- C language is used to develop operating system (OS) such as Windows, android, Unix ,Linus etc.
- C language is used for programming of microwaves oven, washing machines , digital cameras etc.
- It is used in the development of 3D computer games.
- it is used in game frameworks.
- it helps to understand other languages such as C++, C#, or Java .
See less