Using which language Test cases are added in .ptu file of RTRT unit testing???
No Answer is Posted For this Question
Be the First to Post Answer
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
what is the hexidecimal number of 4100?
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
List the difference between a "copy constructor" and a "assignment operator"?
Explain the properties of union. What is the size of a union variable
What are the different types of endless loops?
What are the rules for identifiers in c?
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
What is the difference between i++ and i+1 ?(in terms of memory)
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
What is bin sh c?
c program to compute Income tax and Net Salary for its employees. The company offers tax relief of Kshs. 650 for single employees and Kshs. 1,100 for married employees. The relief will be deducted from the Gross salary, to give the taxable income. This will be computed at the following rates: [10mks] Taxable Income Rate (%) <5000 0 5000-19999 6 20000-36999 9 37000 and above 16