What is the difference between test design and test case
design?
No Answer is Posted For this Question
Be the First to Post Answer
a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static Which of the Following Statements are true w.r.t Bit-Fields A)a,b&c B)Only a & b C)Only c D)All
3 Answers Accenture, Digg.com,
plz let me know how to become a telecom protocol tester. thank you.
Do you know the difference between exit() and _exit() function in c?
What is a header file?
When was c language developed?
why we shiuld use main keyword in C
Write a program to print a (*)pattern programming (A to Z) in capital in one programming ?
How will you find a duplicate number in a array without negating the nos ?
write a function to swap an array a[5] elements like a[0] as a[5],a[1] as a[4],....a[5] as a[0].without using more than one loop and use one array not to use temp array?
What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }
What is a node in c?
What is getch?