excans:B4956172dc: Difference between revisions

From Stochiki
(Created page with "# No, the name of a variable must begin with a letter (lowercase or uppercase), or an underscore. # Only the underscore can be used. # for example, '''#nm*rt''' is not allowed because # and * are not the valid characters for the name of a variable.")
 
mNo edit summary
 
Line 2: Line 2:
# Only the underscore can be used.
# Only the underscore can be used.
# for example, '''#nm*rt''' is not allowed because # and * are not the valid characters for the name of a variable.
# for example, '''#nm*rt''' is not allowed because # and * are not the valid characters for the name of a variable.
'''References'''
{{cite web |url = https://en.wikibooks.org/w/index.php?title=C_Programming/Exercise_solutions&oldid=3676254  |title=  C Programming/Exercise solutions | author = Wikibooks contributors |website= Wikibooks |publisher= Wikibooks |access-date = 13 May 2024 }}

Latest revision as of 21:50, 13 May 2024

  1. No, the name of a variable must begin with a letter (lowercase or uppercase), or an underscore.
  2. Only the underscore can be used.
  3. for example, #nm*rt is not allowed because # and * are not the valid characters for the name of a variable.

References

Wikibooks contributors. "C Programming/Exercise solutions". Wikibooks. Wikibooks. Retrieved 13 May 2024.