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 / 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 |
Post New Answer View All Answers
Can the “if” function be used in comparing strings?
How was c created?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is extern keyword in c?
How to write c functions that modify head pointer of a linked list?
What should malloc() do?
Why c is called a middle level language?
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
Can we initialize extern variable in c?
What is the difference between null pointer and wild pointer?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
What is the value of c?
What do mean by network ?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
What is pivot in c?