C Language MCQ - English
Which of the following special symbol allowed in a variable name?
* (asterisk)
| (pipeline)
- (hyphen)
_ (underscore)
Answer : D
View More Related Question
1) The language understood by a computer without translation is called:
2) How would you round off a value from 1.66 to 2.0?
3) Find the output of the following program.
void main()
{
int i=01289;
printf("%d", i);
}
4) An algorithm is best described as:
A computer language
A step by step procedure for solving a problem
A branch of mathematics
None of the above
View Answer
5) When C Language was invented?