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

though sbi was nationalized why its not comes under
nationalized banks and its comes under publicsector banks

Answer Posted / raju

1000's of jobs are in public and private sector banks so sbi was publicsector banks

Is This Answer Correct ?    2 Yes 25 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is the difference between a free-standing and a hosted environment?

1237


What are the 3 types of structures?

1065


What is the use of getch ()?

1118


1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.

2213


What are header files and explain what are its uses in c programming?

1172


When should volatile modifier be used?

1074


What do you mean by scope of a variable in c?

1056


What is structure in c language?

1237


What is difference between union All statement and Union?

1160


Explain what does the format %10.2 mean when included in a printf statement?

1414


Can a function argument have default value?

1210


What is p in text message?

1038


#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }

1105


What is the use of pointers in C?

1134


What is static memory allocation? Explain

1138