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 / 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 |
errors in computer programmes are called
what is the significance of static storage class specifier?
What is return in c programming?
Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates
What is the general form of function in c?
What is the difference between malloc() and calloc()?
What will be the output of x++ + ++x?
extern static int i func() { i =10; i++; printf("%d \n",i); } main() { i =20; printf("%d \n",i); func(); printf("%d \n",i); }
What are the header files used in c language?
Are pointers integers in c?
What are the types of unary operators?
How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?