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...
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sai
Standing arrear means at present if u have any arrear.
not in past back log means not get through in first attempt
| Is This Answer Correct ? | 12 Yes | 3 No |
Answer / harsh
Backlog is kt in your exams
And pending backlog means pending kt in your exams
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / manish bhagat
Backlogs means these should not be any back in your degree, and your degree must be honour degree, without any supplementry.
| Is This Answer Correct ? | 1 Yes | 4 No |
Answer / 7i6 kioyu8
even i cant understand this standing arrear part ... there
should be no fail in any subject in
| Is This Answer Correct ? | 6 Yes | 10 No |
Answer / jamal
the code is::::: if(condition) printf("hello"); else printf("world"); WHAT WILL BE THE CONDITION IN IF IN SUCH A WAY THAT BOTH HELLO AND WORLD ARE PRINTED
| Is This Answer Correct ? | 2 Yes | 8 No |
Answer / weferg
standing arrear mean therer shd b nofail in subjects of
graduation or evn in class 10 or twelve ?
| Is This Answer Correct ? | 3 Yes | 15 No |
Answer / 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 |
how to copy a string without using c function
1. Write a C program to count the number of occurrence of a specific word in the given strings. (for e.g. Find how many times the word “live” comes in the sentence “Dream as if you’ll live forever, live as if you’ll die today ”)
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
What does a function declared as pascal do differently?
print out put like this form 1 2 3 4 5 6 3 5 7 9 11 8 12 16 20
we all know about the function overloading concept used in C++ and we all learnt abt that.... but that concept is already came in C in a very smaller propotion ... my question is IN WHICH CONCEPT THERE IS A USE OF FUNCTION OVERLOADING IS USED in C language?????????????
Write a program of prime number using recursion.
Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)
In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.
What is the size of enum in c?
Write a program to find the smallest and largest element in a given array in c language