6,698 views

1 Answer

Best answer
8 votes
8 votes

Constant folding 

Constant folding is the process of recognizing and evaluating constant expressions at compile time rather than computing them at runtime.

selected by
Answer:

Related questions

3.1k
views
3 answers
4 votes
Desert_Warrior asked Jun 3, 2016
3,092 views
The expression $1 * 2 \wedge 3 * 4 \wedge 5 * 6$ will be evaluated as$32^{30}$162^{30}$49152173458In original quetion 5 is not given.
10.7k
views
2 answers
5 votes
go_editor asked Jun 10, 2016
10,682 views
The five items: A, B, C, D, and E are pushed in a stack, one after other starting from A. The stack is popped four items and each element is inserted ... back on the stack. Now one item is popped from the stack. The popped item isABCD
2.9k
views
3 answers
3 votes
go_editor asked Jun 15, 2016
2,885 views
Process isA program in high level language kept on diskContents of main memoryA program in executionA job in secondary memory
5.8k
views
2 answers
5 votes
go_editor asked Jun 15, 2016
5,814 views
Which of the following contains complete record of all activity that affected the contents of a database during a certain period of time?Transaction logQuery languageReport writerData manipulation language