What is Lazy evaluation in C? Give an example.

Answer Posted / arunkumar

Stack overflow...

Is This Answer Correct ?    0 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the best organizational structure?

864


What is the most efficient way to store flag values?

892


How do you use a 'Local Block'?

915


What does void main () mean?

947


What is a loop?

787


Simplify the program segment if X = B then C ← true else C ← false

2785


What is the difference between union and structure in c?

763


What is the use of f in c?

730


what is the basis for selection of arrays or pointers as data structure in a program

4035


What is double pointer in c?

762


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1569


What is string constants?

877


Can the size of an array be declared at runtime?

801


What is the description for syntax errors?

828


Where can I get an ansi-compatible lint?

877