though sbi was nationalized why its not comes under
nationalized banks and its comes under publicsector banks
Answers were Sorted based on User's Feedback
Answer / sumit
sbi is almost wholly owned by rbi while other psb's are wholly owned by government of india thus it doesn't comes under nationalised bank.
| Is This Answer Correct ? | 3 Yes | 5 No |
Answer / sukhpreet singh
sbi & its subsidiaries have theri diff act which is SBI(subsidiary banks)Act 1955
| Is This Answer Correct ? | 4 Yes | 9 No |
Answer / 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 |
What is a buffer in c?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
5 Answers TCS, Vimukti Technologies,
What is the difference between declaring a variable by constant keyword and #define ing that variable?
what is the use of #pragma pack, wer it is used?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
how many times does the loop iterated ? for (i=0;i=10;i+=2) printf("Hi\n");
5. distance conversion: Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
What is the difference between fread and fwrite function?
Explain union. What are its advantages?
How is a structure member accessed?
program to find the roots of a quardratic equation
program for following output using for loop? 1 2 2 3 3 3 4 4 4 4 5 5 5 5 5