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 / 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 |
Post New Answer View All Answers
What is the use of sizeof?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
Write a program to print "hello world" without using a semicolon?
A banker has a seif with a cipher. Not to forget the cipher, he wants to write it coded as following: each digit to be replaced with the difference of 9 with the current digit. The banker chose a cipher. Decipher it knowing the cipher starts with a digit different than 9. I need to write a program that takes the cipher from the keyboard and prints the new cipher. I thought of the following: Take the input from the keyboard and put it into a string or an array. Go through the object with a for and for each digit other than the first, substract it from 9 and add it to another variable. Print the new variable. Theoretically I thought of it but I don't know much C. Could you give me any kind of hint, whether I am on the right track or not?
How can I handle floating-point exceptions gracefully?
Explain what is the use of a semicolon (;) at the end of every program statement?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What is the right type to use for boolean values in c?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
Dont ansi function prototypes render lint obsolete?
What is string function in c?
What is the default value of local and global variables in c?
What are the advantages of union?
Is struct oop?
What is difference between far and near pointers?