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 / jainu
Backlogs means standing arrears
| Is This Answer Correct ? | 71 Yes | 13 No |
Post New Answer View All Answers
What is #include stdio h and #include conio h?
Explain what are the __date__ and __time__ preprocessor commands?
What is the translation phases used in c language?
When the macros gets expanded?
regarding pointers concept
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
difference between object file and executable file
What is a ternary operator in c?
What are structural members?
What is data structure in c and its types?
What is the auto keyword good for?
What is typedf?
What are the 5 organizational structures?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.