What is the correct syntax for declaring a variable in C language?
A Variable_name int;
B Int variable name;
C Int variable_name;
D None
ALU stand for?
A Arithmetic Logic Unit
B Array Logic Unit
C Application Logic Unit
D None
What is the primary purpose of function prototype in c language?
A Define a function
B Assign a value
C Declare a function
D None
What does “debugging” refer to in programming?
A Writing code
B Testing code
C Fixing errors in code
D None
Which is the shortcut key to stop infinite loop?
A Ctrl + C
B Ctrl + K
C Ctrl + S
D None
- Go to the previous page
- 1
- …
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- …
- 55
- Go to the next page