Ques 1 Syntax
Which of the following is the correct syntax of comment?
Ques 2 Syntax
Which of the following is the correct syntax of variable declaration?
Ques 3 Syntax
Which one of the following is the correct syntax for printing "Small Code" ?
Both print() and printf() are used for printing to the console, but printf() is a C-style function that is not built-in to Python. The print() function is a built-in Python function that is used to print to the console.
Ques 4 Syntax
What is the correct syntax to declare a variable in C?
Ques 5 Syntax
What is the correct syntax to access a member of a structure in C?