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 / 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 |
Post New Answer View All Answers
What is 'bus error'?
what do u mean by Direct access files? then can u explain about Direct Access Files?
What is f'n in math?
write an interactive C program that will encode or decode a line of text.To encode a line of text,proceed as follows. 1.convert each character,including blank spaces,to its ASCII equivalent. 2.Generate a positive random integer.add this integer to the ASCII equivalent of each character.The same random integer will be used for the entire line of text. 3.Suppose that N1 represents the lowest permissible value in the ASCII code,and N2 represents the highest permissible value.If the number obtained in step 2 above(i.e.,the original ASCII equivalent plus the random integer)exceeds N2,then subtract the largest possible multiple of N2 from this number,and add the remainder to N1.Hence the encoded number will always fall between N1 and N2,and will therefore always represent some ASCII character. 4.Dislay the characters that correspond to the encoded ASCII values. The procedure is reversed when decoding a line of text.Be certain,however,that the same random number is used in decodingas was used in encoding.
Why is a semicolon (;) put at the end of every program statement?
How can I read a binary data file properly?
What are the two types of functions in c?
Which is better oop or procedural?
What is cohesion and coupling in c?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What 'lex' does?
How can you access memory located at a certain address?
Does c have enums?
What is difference between far and near pointers?
How do you search data in a data file using random access method?