WorksheetsC programming syntax quiz
Total questions: 21
Worksheet time: 2hrs 45mins
Write the syntax of declaring a variable
Write the syntax of a switch case
Write the syntax of an if statement
Write the syntax of a for loop
Write the syntax of an if else statement
Write the syntax of a while loop statement
Write the syntax of a do while loop statement
Write the syntax of a function header
Write the syntax of a function prototype
Write the syntax of a function call
Write the syntax of a pointer declaration
Write the syntax of an single dimension array declaration
Write the syntax of an array declaration using malloc()
Write the syntax of an array declaration using calloc()
Write the syntax of an array declaration using realloc()
Write the syntax of an array declaration using free()
Write the syntax of strcpy()
Write the syntax of strcmp()
Write the syntax of strlen()
Write the syntax of strrev()
Write the syntax of strtok()
