Description: programming languages Online Quiz - 71 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Hibernate.cache.use_query_cache setting true enable cache regions ?
What is the root level element in a hibernate mapping file?
How will you read executable 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 to debugg a C file ?
How will you get all macro entity of a C file ?
How will you get the assembly code from a C raw code?
Which symbol is used as the End of Line in C
Which symbol is used to access the members of a structure
Which symbol is used to make single line & multiple line comments
Which symbol is used to reference a pointer in C
Which symbol is used to declare a pointer variable
C was influenced by
Feature which is not in C
C was developed at
When was the C language developed
Who developed C languade
While creating a sequence, what does cache option mean?
Which of the following is not true about 'Dual'
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