Use of electrical theorems (thevenin's,norton's,millmen's,superposition,reciprocity, Maximum Power Transfer theorem,Compensation Theorem) IN REAL LIFE???(IF YOU KNOW EXACT OR CORRECT ANSWER).
2 11956Post New PESIT Interview Questions
What is the difference between test design and test case design?
Is tuple iterable in python?
What are the main organizational functions of personnel sub area?
How to create a large table with random data for index testing in ms sql server?
How do you use inheritance in unity?
What is a wage type?
How do I select a table in mysql?
what is the Purpose of Adding 20% of wet mortar & 1/3rd to Dry Mortar for PCC & Plastering & Rcc .is there any standard method for adding this .?
Is 32gb of ram overkill?
For what reason will you use css float?
Which best describes the load files into stack command?
Explain the necessary techniques to control deadlocks?
What is document type definition (dtd)?
No of ways of doing deployments?
i have a column which may contain this kind of value: 123*67_80,12*8889_5,34*8_874 ,12*7_7 (can contain space before a comma, and this string length can be anything) now i want to split this value into two column like: column1: 123*67,12*8889,34*8,12*7 column2: 80,5,874,7 use function for this