Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

why r u join this company? give solid resons.

Answer Posted / harrie007

To pursue a dynamic and challenging career with your
esteemed organization of , it will give me value addition
to my career as well as will also offer opportunity to
enhance my professional skills.

Is This Answer Correct ?    30 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to print all permutations of a given string.

1193


Tell me when is a void pointer used?

1176


What is volatile variable how do you declare it?

1097


What is the use of a semicolon (;) at the end of every program statement?

1498


main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none

1358


What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }

2497


difference between object file and executable file

6721


What is declaration and definition in c?

1086


What is the use of linkage in c language?

1059


What is the difference between malloc() and calloc() function in c language?

1079


Is register a keyword in c?

1041


What are qualifiers and modifiers c?

1003


C language questions for civil engineering

1717


Why is c fast?

1056


What are the string functions? List some string functions available in c.

991