Answer Posted / abhishek b.tech
they treat employees like labourers.
New policies are implemented on past dates
to cheat employees.
nothing is transparent wether it is promotion or pay hike ,they do false promises at time of joining .
their bond has terms that u loss in all cases.
| Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
Do string constants represent numerical values?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
What is echo in c programming?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
What should malloc() do?
Why is c called a mid-level programming language?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
Describe the difference between = and == symbols in c programming?
What was noalias and what ever happened to it?
Write a program to reverse a given number in c?
What is the concatenation operator?
What extern c means?