Advertisement
Advertisement
Programming Languages Quizzes, Questions & Answers
Recent Programming Languages Quizzes
Questions: 10 | Attempts: 217 | Last updated: Mar 20, 2025
-
Sample QuestionHow many tokens are there in the following code snippet? Consider semicolon as a token.int f(int n){static int i=1;if(n>= 5) printf("Value = %d”, n);n=n+i;i++;return f(n);}
Questions: 20 | Attempts: 494 | Last updated: Mar 20, 2025
-
Sample QuestionThe following SAS program is submitted.%let city=delhi;%let no=9;%let mycity=no;%let country=mycity;%put &&&&&&&country;What is written to the SAS log?
Questions: 10 | Attempts: 77 | Last updated: Mar 22, 2025
-
Sample QuestionDetailed set of instructions for a computer to execute.
Questions: 10 | Attempts: 1298 | Last updated: Mar 21, 2025
-
Sample QuestionWhat does VBA mean?
Questions: 10 | Attempts: 48279 | Last updated: Oct 3, 2025
-
Sample QuestionWhat is the name of the software that you use to create the game?
Questions: 14 | Attempts: 84 | Last updated: Mar 19, 2025
-
Sample QuestionAn If statement always needs an Else statement.
Questions: 10 | Attempts: 130 | Last updated: May 6, 2025
-
Sample QuestionTo output the value of multidimensional array, Console.WriteLines(___)
Questions: 20 | Attempts: 6639 | Last updated: Mar 22, 2025
-
Sample QuestionCode blocks with a notch at the top or a bump at the bottom are known as:
Questions: 40 | Attempts: 566 | Last updated: Oct 16, 2025
-
Sample QuestionIf the prompt method displays a dialog box, and the user enters some text and clicks on the OK button, what does the prompt method return?
Questions: 10 | Attempts: 330 | Last updated: Mar 15, 2025
-
Sample QuestionThe %INCLUDE statement
Advertisement