Warning: implode(): Invalid arguments passed in /www/wwwroot/jobquiz.info/mdiscuss.php on line 336
Which of the following special symbol allowed in a variable name? ?->(Show Answer!)
Question Set

1. Which of the following special symbol allowed in a variable name?





Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

  • By: guest on 01 Jun 2017 06.01 pm
    Variable names in C are made up of letters (upper and lower case) and digits. The underscore character ("_") is also permitted. Names must not begin with a digit. Examples of valid (but not very descriptive) C variable names:
    => foo
    => Bar
    => BAZ
    => foo_bar
    => _foo42
    => _
    => QuUx
Show Similar Question And Answers
QA->THE NATIONAL SPECIAL OLYMPIC FOR SPECIAL CHILDREN WAS ORGANIZED IN WHICH CITY?....
QA->Which among the following authority has allowed Hindustan Aeronautics Ltd (HAL)- manufactured Dornier 228 to be used for civilian flights?....
QA->Which of the following organization has giant Panda as its symbol?....
QA->The first electronic computer which could store programs in the memory 'EDVAC' (Electronics Discrete Variable Computer) was invented by ?....
QA->Which element does not show variable oxidation states?....
MCQ->Assertion (A): In C a variable name can have upto 8 characters and special symbols can also be part of variable name.Reason (R): In C a type declaration at the beginning of program indicates the type of variable name used in the program.

....
MCQ->Which of the following special symbol allowed in a variable name?....
MCQ->Which of the following statements is correct? Once the variable and the reference are linked they are tied together. Once the reference of a variable is declared another reference of that variable is not allowed.....
MCQ->Which of the following statements are correct about an if-else statements in a C-program? 1: Every if-else statement can be replaced by an equivalent statements using   ?: operators 2: Nested if-else statements are allowed. 3: Multiple statements in an if block are allowed. 4: Multiple statements in an else block are allowed.....
MCQ->Consider the following rules in Fortran A signed or unsigned real variable name or a real constant is a real expression.Two real expressions connected by an arithmetic operator is a real expression.A real variable or constant exponential by an integer constant or integer variable is not valid Which of the above are correct?....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution