Home > Coding Fundamentals Refresher > Coding Fundamentals and Patterns > Initializing Variables and Basic Math Operations Show previous contentTry this exercise. Click the correct answer from the options.What is the value stored in variable c?cppcsharpgojavajavascriptpython1var a = 10; 2var b = a; 3var c = b;Click the option that best answers the question.20 0 10 Gives an error Show following content