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 |
What are external variables in c?
b) 4 c) 6 d) 7 32. Any C program a) must contain at least one function b) need not contain ant function c) needs input data d) none of the above 33. Using goto inside for loop is equivalent to using a) continue b) break c) return d)none of the above 34. The program fragment int a=5, b=2; printf(“%d”,a+++++b); a) prints 7 b)prints 8 c) prints 9 d)none of the above 35. printf(“ab” , “cd”,”ef”); prints a) ab abcdef c) abcdef, followed by garbage value d) none of the above 36. Consider the following program segment. i=6720; j=4; while((i%j)==0) { i=i/j; j=j+1; } On termination j will have the value a) 4 b) 8 c) 9 d) 6720
Is an array parameter is always "by reference" ?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
What is wrong in this statement?
how to find the size of the data type like int,float without using the sizeof operator?
What is a stream in c programming?
What does s c mean on snapchat?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What are near, far and huge pointers?
0 Answers Hexaware, Thomson Reuters, Virtusa,
What is the use of sizeof?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions