answersLogoWhite

0

eg: 7x 9# répa 'quote'

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What are the five rules or characteristics of valid variable name?

Valid variable names are different in different programming languages. In LabView (a front end for C): A valid variable name begins with a letter followed by a number of letters, digits, or underscores. The length of a valid variable name must be less than or equal to maxnamelen.


What is a variable in C language?

variable which is used to specify the values and also we can that values through the variable name


What is puts in c language?

printf("%s",variable);


How you declare a variable in c language?

you have to give a statement in the following syntax datatype variable;


Is the word main an illegal variable name in C PLUS PLUS?

I can tell you that it is not an illegal variable name in C. I do not currently have a C++ compiler installed, but I would assume that it would also be valid in C++.


What represents valid integer number in c language?

1500


What is the variable in c language program?

A variable is the name for a place in the computer's memory where you store some data.


What is a constant variables in c language?

It are a variable you add modifer 'const' to. It means these variable mustn't be modified.


What is count in c language?

count is a function that counts the variable name.


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 are the valid type of data that the main can return in c language?

Type 'int'


What is the definition of the term C static?

The term C static is a variable within computer programming in particular C Language. When set static the variable inside a function keeps its value between invocations.