programming languages Online Quiz - 71
Description: programming languages Online Quiz - 71 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Which of the following exception is raised when an insert or update attempts to create two rows with duplicate values in columns constrained by unique index
Which of the following is not true about 'Dual'
While creating a sequence, what does cache option mean?
Who developed C languade
When was the C language developed
C was developed at
Feature which is not in C
C was influenced by
Which symbol is used to declare a pointer variable
Which symbol is used to reference a pointer in C
Which symbol is used to make single line & multiple line comments
Which symbol is used to access the members of a structure
Which symbol is used as the End of Line in C
How will you get the assembly code from a C raw code?
How will you get all macro entity of a C file ?
How to debugg a C file ?
What will the O/P of the bellow question ? ------------------- #include int main(){ printf("the size of main is %d\n",sizeof(main())); //OS is Linux return 0; }
How will you read executable file ?
What is the root level element in a hibernate mapping file?
Hibernate.cache.use_query_cache setting true enable cache regions ?