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 / sukhpreet singh

sbi & its subsidiaries have theri diff act which is SBI(subsidiary banks)Act 1955

Is This Answer Correct ?    4 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is #include stdio h?

1103


What is the difference between formatted&unformatted i/o functions?

1046


What is call by value in c?

990


#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

1708


any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()

1110


Which header file is used for clrscr?

1047


When should you use a type cast?

1112


How many header files are in c?

1019


What is line in c preprocessor?

1038


Why we use int main and void main?

1065


What is the role of this pointer?

1060


What is bubble sort in c?

1039


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

1250


Explain what is the general form of a c program?

1077


1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if

4583