0
why we can't put a number argument after a keyword argument?
8 Respuestas
+ 1
actually I'm dealing with string format( 1st tym).. and here we can pass 2 type of arguments ine is keyword & other is integer... but while providing arguments if a char argument is followed by an integer argument then it shows syntax error.... I don't get Why!!
0
It only accepts char If im not wrong
0
not clear
0
keyword,i guess you used strings , strings only accept characters (letters) if you wanted a number you should declare as int or something alike.
0
https://en.m.wikipedia.org/wiki/String_(computer_science)
0
i think its because of the language you're using
0
aaaahhhh
0
aaaahhhh