Data Type Quizzes & Trivia
Top Trending Quizzes
The quiz checks if trainee has understood basic concepts of table creation and database objects
Questions: 5 | Attempts: 318 | Last updated: Mar 21, 2022
-
Sample QuestionWhich of these statements will fail because the table name is not legal? (Choose two answers.)
Questions: 6 | Attempts: 360 | Last updated: Mar 20, 2022
-
Sample QuestionThe characters in C are grouped into ____ categories.
Questions: 9 | Attempts: 134 | Last updated: Mar 17, 2022
-
Sample QuestionPredict the output of following program. Assume that the numbers are stored in 2's complement form.#include<stdio.h> int main() { unsigned int x = -1; int y = ~0; if(x == y) printf("same"); else printf("not same"); return 0; }
Recent Quizzes
Advertisement