can anyone please tell me wat is backlogs... i was looking
for the job openings where i read this.. eligibility
criteria minimum 70% in degree without backlogs. is that
arrear.. if so is it standing arrear or history of
arrears... please help me...

Answer Posted / narayana mohan

STANDING arrears - arrears at pressent no matter degree is over for your friends.
BACKLOGS - add all history of arrears. whatever arrear you kept it adds up as a backlog.

for example i have arrears in maths, science and english

my total no of backlogs is 3 and if clear english and science and did not clear maths in next semester then backlogs increases to 4

Is This Answer Correct ?    2 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to print ASCII code for a given digit.

672


What does the && operator do in a program code?

683


Explain how many levels deep can include files be nested?

620


What is pointers in c?

635


What are 3 types of structures?

577






What is anagram in c?

508


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

1556


What is the function of volatile in c language?

649


Is there anything like an ifdef for typedefs?

692


What is omp_num_threads?

566


Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

2633


Using which language Test cases are added in .ptu file of RTRT unit testing???

3562


What is the difference between far and near in c?

583


A banker has a seif with a cipher. Not to forget the cipher, he wants to write it coded as following: each digit to be replaced with the difference of 9 with the current digit. The banker chose a cipher. Decipher it knowing the cipher starts with a digit different than 9. I need to write a program that takes the cipher from the keyboard and prints the new cipher. I thought of the following: Take the input from the keyboard and put it into a string or an array. Go through the object with a for and for each digit other than the first, substract it from 9 and add it to another variable. Print the new variable. Theoretically I thought of it but I don't know much C. Could you give me any kind of hint, whether I am on the right track or not?

1499


What are the types of bitwise operator?

650