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).



can u suggest me am in a confusion to choose whether to go to c programming or a software testing ..

Answer / 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

More C Interview Questions

Can we declare variables anywhere in c?

0 Answers  


What is the process to generate random numbers in c programming language?

0 Answers  


What is meant by gets in c?

0 Answers  


#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }

0 Answers   Wilco,


How to print "Hi World" without using semi colon?

6 Answers   Infosys,






void main() { int a=1; printf("%d %d %d",a,++a,a++); } the output is supposed to be 1 2 2....but it is 3 3 1 this is due to calling conventions of C. if anyone can explain me how it happens?

7 Answers  


What is modifier & how many types of modifiers available in c?

0 Answers  


How can you be sure that a program follows the ANSI C standard?

0 Answers   Aspire, Infogain,


What are the advantages of using Unions?

0 Answers   IBS,


Is c functional or procedural?

1 Answers  


DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?

2 Answers   Wipro,


we all know about the function overloading concept used in C++ and we all learnt abt that.... but that concept is already came in C in a very smaller propotion ... my question is IN WHICH CONCEPT THERE IS A USE OF FUNCTION OVERLOADING IS USED in C language?????????????

4 Answers   Google,


Categories