why r u join this company? give solid resons.
Answers were Sorted based on User's Feedback
Answer / senthilkumar
it's the one and one leading company.team quatination is very super and excellent.the team leader is help to the staff.
encorage the team members.
| Is This Answer Correct ? | 3 Yes | 10 No |
Answer / rajee
Mainly for only one reason of showing my own talents...
| Is This Answer Correct ? | 2 Yes | 18 No |
Answer / pushpendra
i want to be a part of it.As it is my pleasure.
| Is This Answer Correct ? | 11 Yes | 31 No |
Answer / krijesh
bcoz i didn't get any other software company.
| Is This Answer Correct ? | 18 Yes | 58 No |
for(i=0;i=printf("Hello");i++); printf("Hello"); how many times how will be printed?????????
Is register a keyword in c?
Compare array data type to pointer data type
What is the difference between a function and a method in c?
Study the Following Points: a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static 1. Which of the Following Statements are true w.r.t Bit- Fields A)a,b&c B)Only a & b C)Only c D)All
given the piece of code int a[50]; int *pa; pa=a; to access the 6th element of the array which of the following is incorrect? a.*(a+5) b.a[5] c.pa[5] d.*(*pa + 5)
List the difference between a While & Do While loops?
Can U write a C-program to print the size of a data type without using the sizeof() operator? Explain how it works inside ?
2) Write a program that will help Air Traffic Control for an airport to view the sequence of flights ready for take-off. The airport can accommodate 10 flights waiting for take-off at any point in time. Each flight has a unique 3 digit numeric identifier.  Each time a flight takes-off, Air Traffic Control adds a flight to the waitlist. Each time a flight is added to the waitlist, the list of flights waiting to take-off must be displayed.  When a flight is cleared for take-off, Air Traffic Control removes the flight from the waitlist. Each time a flight takes-off, the list of flights waiting to take-off must be displayed.  Sequence of take-off is the sequence of addition to the waitlist
Hi Every one......... Please Any body give me the answer for my question. Is it possible to print the word "PRINT F", without using printf() statement in C-Language.
how to find anagram without using string functions using only loops in c programming
a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none