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 |
Can we assign string to char pointer?
write a c program for greatest of three numbers without using if statment
Write a program which has the following seven functions. The functions should be: • main() this calls the other 6 functions • fget_long() a function which returns a long data type from a file • fget_short() a function which returns a short integer variable from a file • fget_float() a function which returns a floating point variable from a file • fprt_long() a function which prints its single, long argument into a file • fprt_short() a function which prints its single, short argument into a file • fprt_float() a function which prints its single, floating point argument into a file. You should use fscanf() to get the values of the variables from the input (the file) and fprintf() to print the values to the other file. Pay attention to using the correct format for each of the data types.
Write a program that receives as input a number omaadel-n-print, four digits.
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
What are the different categories of functions in c?
What does nil mean in c?
A program to write a number of letters and numbers, such as counting and display
what value is returned to operating system after program execution?
Write a Program to accept different goods with the number, price and date of purchase and display them
What is the difference between malloc() and calloc()?
why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?