Hi friends.
m 3 years drop. now d company asks in d interview d reason
4 my drop.what shud b d probable answers 4 that which may
not put a negative impression.
What happens to the microstructure during service exposure?
90
RESPECCTED SIR/MADAM- I AM PRERING FOR SECTION ENGINEER
(ELECTRICAL) RRB CHANDIGARH PLEASE SEND ME SOME PREVIOUS
YEAR QUESTION PAPER OR MODEL PAPER.MY EXAM IS ON (30-
NOVEMBER 2008).I AM VERY THANKFUL TO YOU.
FROM- HARENDRA SINGH YADAV
39
PLEASE SEND ME THE TTA EXAMS PREVIOUS PAPERS TO PREPARE
TTA2009
34
What is double delta conection in AC Motor? And can we done
the double RPM of the motor by double delta conection?
hii.plz send me hpcl placement papers for officers trainees
for graduate engg plz my email id is ajm_knit@yahoo.com
51
How to calculate the current rating of power cables ?
19
1. what is the opportunity in hardware & networking in
future?
2.how many courses r in networking that fulfill market
requrment?
3.who is better for career MCSE or CCNA ,UNIX ?
73
All tape of electrical questions Answers tape of motor
transformer e.o.t crane
52
in elevator industries , how to calculate the required KVA
for the elevator (elevator spec- 40A module , motor of
13.5KW, 20A)
What is the temperature PROFILE OF A FLUID W. R. T. Distance
from a sphere to which it is IN CONTACT which is at constant
temp.?
20
Is pure capacitor load and pure inductor load is an linear
load? pls justify
43
I am stuck up with a question on appending of two arrays
I am writing the code for the same, I am appending two
strings this way
int main()
{
string s1 = "Welcome to C++";
string s2 = "C++ improves the logic ability";
string s3 = s1 + s2;
cout<<s3<<endl;
}
But if I go ahead with the integer datatype , it doesnt work
int main()
{
int arr[4] = {2,3,4,5};
int arr1[4] = {6,7,8,9};
int arr3[9] ;
arr3 = arr + arr1;//displays error
arr3 = arr ++ arr1; // works properly
}
Can anyone please clear my doubt in this question ?
How to select the earthing transformer,for DELTA TO DELTA
TRANSFORMER OR ALTERNATOR SIDE.Pls post your answers and
calculation.
53
HOW TO BUILD THE SINGLE PHASE TO THREE PHASE CONVERTER?
CAN PROVIDE ME CIRCUIT..THANKS
7
A company wants to transmit data over the telephone, but it
is concerned that its phones may be tapped. All of its data
is transmitted as four-digit integers. It has asked you to
write a program that will encrypt its data so that the data
may be transmitted more securely. Your script should read a
four digit integer entered by the user in a prompt dialog
and encrypt it as follows: Replace each digit by (the sum
of that digit plus 7) modulus 10. Then swap the first digit
with the third, and swap the second digit with the fourth.
Then output XHTML text that displays the encrypted
integer.