What is the difference between test design and test case
design?
No Answer is Posted For this Question
Be the First to Post Answer
Why n++ execute faster than n+1 ?
What kind of sorting is this? SORT (k,n) 1.[Loop on I Index] repeat thru step2 for i=1,2,........n-1 2.[For each pass,get small value] min=i; repeat for j=i+1 to N do { if K[j]<k[min] min=j; } temp=K[i];K[i]=K[min];K[min]=temp; 3.[Sorted Values will be returned] A)Bubble Sort B)Quick Sort C)Selection Sort D)Merge Sort
write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?
What is the use of the sizeof operator?
Taking an example,differentiate b/w loader and linker ?
What are the usage of pointer in c?
hi, which software companys will take,if d candidate's % is jst 55%?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
Is c an object oriented programming language?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
Is the following code legal? struct a { int x; struct a b; }
prog for 1st five prime numbers in 2^x - 1