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 7494Post New Yash Technologies Interview Questions
What are correspondence types in ar / ap?
What is the use of message queues?
What are requirements for clustering?
What are the 3 types of loops?
What is the namespcae generally given to the webpage of the .NET Framework ?
What are the Types of Relations.
What are events in C#?
In the Producer, when does QueueFullException occur?
Define jit activation?
What is lazy val in scala?
what is budgetory control and what are the types
Why is linux considered more secure than other operating systems?
What is the significant difference between insert() and insertgetid() function in laravel?
What are directives in asp.net?
Write a query to stop mysql in unix