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...

my name is nani i completed my b-tech in hyd now i want go
for interveiw but i dont know the process of software field
interveiws plz help me anyone how many rouds there n what
rounds plz plz plz help me n where i can get these details

Answer Posted / padma

in some companys three rounds are held so u can prepare technical questions in web sites

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are preprocessor directives in c?

1038


What is the scope of global variable in c?

958


What is c mainly used for?

1006


What is ambagious result in C? explain with an example.

2553


What is the difference between a function and a method in c?

1037


what are the facialities provided by you after the selection of the student.

2181


What is %d called in c?

1185


Why doesnt this code work?

1012


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(); }

2266


What is far pointer in c?

1234


How can I run c program?

1133


How do we open a binary file in Read/Write mode in C?

1182


Explain what does it mean when a pointer is used in an if statement?

1006


Can the size of an array be declared at runtime?

1031


I came across some code that puts a (void) cast before each call to printf. Why?

1158