Which of the following is an invalid statement for declaring a variable of type int?Ovar num intO var num int = 5O var num = 0O num := 0O var int num = 0 About the author Raelynn
0 bar NUM =5
then9 ok all the best
Answer:
Only var num = 0 is correct statement for declaration of variable