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 / visakh
backlog is an accumulation of unfinished work.
ie. standing arrear/supplimentary
ques: have you ever appeared/appearing backlog? ans: **** if
you have or had an arrear, ans is YES ****
| Is This Answer Correct ? | 20 Yes | 7 No |
Post New Answer View All Answers
What does 1f stand for?
What is the difference between NULL and NUL?
How can I list all of the predefined identifiers?
What is a 'null pointer assignment' error?
What is the meaning of && in c?
Explain a file operation in C with an example.
What is c language in simple words?
What is the deal on sprintf_s return value?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
Write a program to generate random numbers in c?
the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....
Define Array of pointers.
Add Two Numbers Without Using the Addition Operator
What is string length in c?
What extern c means?