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 |
difference of two no's with out using - operator
What is the relation between # and include<stdio.h>
please tell me the logic for this C program : INPUT (string):ABCD OUTPUT :BCDA CDAB DABC
write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.
what will be the output of this program? #include<stdio.h> #define cube(x) x*x*x void main() { int i,j=5; i=cube(j+3); printf("i=%d",i); }
Does * p ++ increment p or what it points to?
Explain the properties of union. What is the size of a union variable
Write a program to print the prime numbers from 1 to 100?
How do you view the path?
b) 4 c) 6 d) 7 32. Any C program a) must contain at least one function b) need not contain ant function c) needs input data d) none of the above 33. Using goto inside for loop is equivalent to using a) continue b) break c) return d)none of the above 34. The program fragment int a=5, b=2; printf(“%d”,a+++++b); a) prints 7 b)prints 8 c) prints 9 d)none of the above 35. printf(“ab” , “cd”,”ef”); prints a) ab abcdef c) abcdef, followed by garbage value d) none of the above 36. Consider the following program segment. i=6720; j=4; while((i%j)==0) { i=i/j; j=j+1; } On termination j will have the value a) 4 b) 8 c) 9 d) 6720
Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.
Apart from dennis ritchie who the other person who contributed in design of c language.