What is the difference between test design and test case
design?
No Answer is Posted For this Question
Be the First to Post Answer
what is meant by c
Write a program in c to print 1 121 12321 1234321 123454321
11 Answers ANR, College School Exams Tests, Mu Sigma, Wipro,
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
What is the OOPs concept?
how many errors in c explain deply
When should the const modifier be used?
What is an anonymous union and where to apply that ?
fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }
what is printf
simple c program for 12345 convert 54321 with out using string
What is getch () for?
List some of the static data structures in C?