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 / tushar
backlog means passing subjects in first attempt. Without any
subjects pending
| Is This Answer Correct ? | 12 Yes | 86 No |
int i=0,j; j=++i + ++i ++i; printf(" %d",j);
What is the process of writing the null pointer?
What functions are used for dynamic memory allocation in c language?
write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)
1 Answers Bosch, College School Exams Tests,
What is sizeof int in c?
What is wrong with this statement? Myname = 'robin';
Why clrscr is used after variable declaration?
Why should I prototype a function?
What are the two forms of #include directive?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
main() { clrscr(); } clrscr();
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping