What is the difference between test design and test case
design?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Explain what’s a signal? Explain what do I use signals for?

0 Answers  


#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }

6 Answers   ME,


HOW TO FIND OUT THE RREVERS OF A GIVEN DIGIT NUMBER IF IT IS INPUT THROUGH THE KEYBORD BY USING C LANGUAGE

3 Answers   Wipro,


what is an inline fuction??

2 Answers  


How to write a C program to determine the smallest among three nos using conditional operator?

2 Answers   Google,






whenever a question is posted in a particular category in allinterview.com, Is there any facility to receive an indication mail. For eg: I need to receive an indication email, whenever a question is posted under the category “C Langauage”.

1 Answers  


Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)

0 Answers   InterGraph,


i want to make a program in which we use input having four digits(4321) and get output its reciprocal(1234).

1 Answers  


What would be an example of a structure analogous to structure c?

0 Answers  


What is the size of array float a(10)?

0 Answers  


What is meant by type specifiers?

0 Answers  


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

0 Answers  


Categories