An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
No Answer is Posted For this Question
Be the First to Post Answer
What is double pointer?
Explain how can I make sure that my program is the only one accessing a file?
What is the use of the sizeof operator?
write a program that prints a pascal triangle based on the user input(like how many stages) in an efficient time and optimized code?
Difference between goto, long jmp() and setjmp()?
Why header file is used in c?
how to print value of e(exp1)up to required no of digits after decimal?
write a program to check whether a number is Peterson or not.
a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?
what is an array
program for following output using for loop? 1 2 2 3 3 3 4 4 4 4 5 5 5 5 5
What is the maximum length of an identifier?