can u suggest me am in a confusion to choose whether to go
to c programming or a software testing . am a graduate in
B.sc(electronics).
Answer Posted / varun kumar
First of all you have done your B.sc in electronics so if u
think that you have good command on programming then you
should try.if you are not good in coding then you should go
for testing because their is no need of coding in testing
but you just have clear the basic concepts.You just have to
learn various tools like winrunner,Loadrunner,QTP.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which header file is used for clrscr?
What is the use of sizeof?
How to draw the flowchart for structure programs?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What does & mean in scanf?
Where is c used?
What are the various types of control structures in programming?
What is return in c programming?
How are Structure passing and returning implemented by the complier?
What is the value of c?
Can you mix old-style and new-style function syntax?
What is a structure in c language. how to initialise a structure in c?
In a switch statement, what will happen if a break statement is omitted?
What is the purpose of type declarations?
What is %d called in c?