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
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
What is the meaning of && in c?
Is fortran still used in 2018?
Array is an lvalue or not?
Is there a way to jump out of a function or functions?
What is a pointer on a pointer in c programming language?
How can I use a preprocessorif expression to ?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Explain what are reserved words?
Explain bitwise shift operators?
What is an auto variable in c?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
What is the purpose of ftell?