Most Important Questions of C-Language | 20 Set of Questions ||Programming Language | Edu Verse By Pratik

Solve This Quiz

Simple Quiz

Simple Quiz

Question 1: What is a correct syntax to output "Hello World" in C?

Question 2: How do you insert COMMENTS in C code?

Question 3: In C, code statements must end with a semicolon (;)?

Question 4: How can you create a variable with the numeric value 5?

Question 5: How can you create a variable with the floating number 2.8?

Question 6: Which operator is used to add together two values?

Question 7: Which function is often used to output values and print text?

Question 8: Which format specifier is often used to print integers?

Question 9: Which operator can be used to compare two values?

Question 10: How do you call a function in C?

Question 11: How do you start writing an if statement in C?

Question 12: Which keyword is used to return a value inside a function?

Question 13: How do you start writing a for loop in C?

Question 14: Which statement can be used to select one of many code blocks to be executed?

Question 15: Which keyword is used to create a class in C?

Question 16:Which keyword is used to create a structure?

Question 17:How do you start writing a while loop in C?

Question 18:Which keyword is used to return a value inside a function?

Question 19:What do we call the following? int myNumbers[] = {25, 50, 75, 100};

Question 20:Which keyword can be used to make a variable unchangeable/read-only?

Post a Comment

Previous Post Next Post