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 / nigel shirlin
Backlog is basically a standing arrear.
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
What the different types of arrays in c?
Can main () be called recursively?
How can I recover the file name given an open stream or file descriptor?
What are the different types of errors?
What does the error message "DGROUP exceeds 64K" mean?
What are the various types of control structures in programming?
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
How many header files are in c?
How do you construct an increment statement or decrement statement in C?
Explain high-order and low-order bytes.
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
How do you determine a file’s attributes?
How do you generate random numbers in C?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
When should I declare a function?