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 i join syntel?

Answer Posted / guest

because i think it is the perfect start for my future. and
think iwill gain a lots of experience by working in syntel

Is This Answer Correct ?    53 Yes 22 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is scope and lifetime of a variable in c?

1118


What is a function in c?

1678


What are the primitive data types in c?

1131


What is an auto variable in c?

1294


How can I use a preprocessorif expression to ?

1110


what is the height of tree if leaf node is at level 3. please explain

2199


Explain pointers in c programming?

1159


find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }

2352


Describe static function with its usage?

1273


Write a program to swap two numbers without using third variable?

1349


What are variables c?

1093


C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

1104


Is register a keyword in c?

1085


What is the benefit of using an enum rather than a #define constant?

1319


Find MAXIMUM of three distinct integers using a single C statement

1113