my @array=('data1','data2'); my @array1=('data1','data2'); my ($i,$k); $i=7; $k=7; while($i){ $array [++$#array] = 'ree'; $i--; print "@array"; } while($k){ push(@array1,'ree'); $k--; print "@array1"; } Are these two while loop are doing the same functionality ? What may be the difference?
1 3898If the the material sent for job work in outside state for job work ,what should be service tax chargeable or not if material receipt after job work done to job worker kindly suggestion
1886Post New A1 Technology Interview Questions
what is the disadvantages of common earthing for AC and DC equipment? (i am talking about inverter control room and inverter duty transformer earthing is common...?)
How to get nth highest salary from employee table.
what is the difference between unique key and primary key? : Sas-di
why we using different type of microwave antenna we using like one is connected to MMU and one more is connected to other slot what is use of both antenna?
Define scriptlet, expression and declaration in jsp?
What is java lang string?
What is the difference between activatedroute and activatedroutesnapshot?
How can you traverse a linked list in java?
Explain the difference between array and list in scala?
What are the different phases of transaction?
How do I run windows defender?
What is difference between epic, user stories & tasks?
What is a commit message?
DB2 can implement a join in three ways using a merge join, a nested join or a hybrid join. Explain the differences?
Explain the concept of backpropagation.