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 / krijesh

bcoz i didn't get any other software company.

Is This Answer Correct ?    18 Yes 58 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can variables be characterized?

2238


What is difference between %d and %i in c?

1302


4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.

2242


Do you know null pointer?

1076


c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above

1100


Write a program to print fibonacci series using recursion?

1131


What is difference between union All statement and Union?

1160


What are two dimensional arrays alternatively called as?

1244


Difference between macros and inline functions? Can a function be forced as inline?

1350


#include int main(){ int i=10; int *ptr=&i; *ptr=(int *)20; printf("%d",i); return 0; } Output: 20 can anyone explain how came the output is 20

1773


What is getch() function?

1109


What 'lex' does?

1228


What are the different types of endless loops?

1128


What is "Hungarian Notation"?

1168


What do the functions atoi(), itoa() and gcvt() do?

1245