what is the output of given code? data : f1 type i, f2 type i. write : / f1, f2. do 2 times. perform addfld. enddo. write : / f1, f2. form addfld. data : f1 type i, f2 type i. add 1 to f1. add 1 to f2. write : / f1 , f2. endform. int : f1 , f2.
3 7343Post New Yash Technologies Interview Questions
How do I sort a pivot table?
What is mirroring concept?
Explain how to rename a particular element and attribute from XML using XSL?
What is the differce between contracts and facades?
Explain about static, dynamic and direct binding?
Explain what are angular expressions?
what is the difference between bonus reserve and bonus expense
What is difference between javascript and nodejs?
What is effort variance?
Can I see how my document will look if I accept or delete the changes in ms word?
What is application cache in HTML5?
Explain the use of grant option in exp command.
What is setup cfg?
whether financing to Bulk Milk Coolers comes under CMA under Agriculture or Non Farm Sector
What is string parsing in python?