Answer Posted / nilojyoti
ability to do work smartly .... dedication to finish within
schedule ... ability to learn newer technlogies
quickly .... ability to communicate with team memebers and
supriors about the problems and newer ideas to produce
quality work and to make work enviroment more
comfortable... giving values towards the corporate values
and culture of the company.. these are some of the things
that qulaify me for getting hired by you :-))
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Is main is a keyword in c?
How arrays can be passed to a user defined function
What are header files why are they important?
How can my program discover the complete pathname to the executable from which it was invoked?
Can a pointer be static?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
What is the purpose of main() function?
What is an lvalue?
Can true be a variable name in c?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
What is difference between class and structure?
What is boolean in c?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
What is meant by int main ()?
What is structure padding and packing in c?