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
What is #define size in c?
If you know then define #pragma?
How can you check to see whether a symbol is defined?
How can I insert or delete a line (or record) in the middle of a file?
What is an array? What the different types of arrays in c?
largest Of three Number using without if condition?
What are formal parameters?
What is hash table in c?
Why #include is used in c language?
praagnovation
How can you draw circles in C?
Is c a great language, or what?
Is there a way to compare two structure variables?
How is a structure member accessed?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }