Question
Doctrine of Res gestae is incorporated under which
section of Bhartiya Sakshya Adhiniyam?Solution
S. 4. Relevancy of facts forming part of same transaction (doctrine of res gesate) is incorporated under s.4 of BSA was earlier S.6 under IEA. - Facts which, though not in issue, are so connected with a fact in issue or a relevant fact as to form part of the same transaction, are relevant, whether they occurred at the same time and place or at different times and places.
Which memory allocation strategy is used for global variables and static variables, where memory is allocated once at compile time and remains throughou...
The primary goal of code optimization is to:
What is the primary role of a "Linker"?
A "parser" is primarily responsible for which phase of compilation?
What is the primary output of the parsing phase in a compiler?
What will be the output of the following C code?
#include
int main() {
int i;
for (i = 0; i < 5; i++) {
<...Which phase of the compiler checks the type consistency of the program?
Which optimization is performed after intermediate code generation?
What is the purpose of Normalization in database design?
Which data structure is commonly used in implementing a recursive descent parser?