answersLogoWhite

0

Are a10 and 10a same in C language?

Updated: 10/24/2023
User Avatar

Wiki User

13y ago

Best Answer

No. Neither is a10 and A10.

User Avatar

Wiki User

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

AnswerBot

6mo ago

No, 'a10' and '10a' are not the same in the C language. In C, identifier names must start with a letter or an underscore, so 'a10' is a valid identifier, while '10a' is not.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Are a10 and 10a same in C language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is “C language” case sensitive programminIs “C language” case sensitive programming language If yes why and if no whyg language If yes why and if no why?

C is case sensitive, which means that, for example, $var and $VAR are not the same variable.


What does a C developer do?

A C developer designs and writes programs using the C programming language. A C++ developer does the same but uses the C++ programming language. A C/C++ developer uses both C and C++.


What is the floral formula of cassia fistula?

+ , Q , K(5) , C(5) , A10 , G1/


What is the Difference between C and C languages?

C languages are often based originally on the C language but no longer adhere to it's tenets: often they supersede the original ANSI-92 C language. C++, Objective C, C-, and C# are often used derivatives of the C language. In almost all cases, plain C language can be used with a C language derivative and you get the same result as if you ran it through a plain old C compiler; but the C languages compilers have extra function and procedures available for the programmer.


Difference between C and C programming language?

The C and C programming languages are one and the same. There is no difference between those languages.


Why c language has name c why not a?

C-language was derived from B-language.


What do you mean by c plus plus?

C++ is a programming language, but, in the same time, it's a valid expression. Example:A= C++is equivalent with:A= C, C= C+1It's a bit of a joke. In the programming language C, ++ is the increment operator, so C++ can be interpreted as "C, except one better."


Are turbo c and c language the same?

Not necessarily. You would need to look at conformance level, particularly since Turbo C is obsolete.


What language are PS3 games written in?

They Are Written in English but you can change the language or if you buy a Ps3 from a different country then then the language will be the same as the country that ur in


What is previous language of c language?

language before c language is pascal


What is C language what does it do?

C Language is First Step of Programming Language, Help for C Language you are show the correct answer


What is the topNet class that everything is derived from in c?

C language: int (but C is NOT a .net language) C# language: object or System.Object