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
What is #include stdio h?
What is the difference between formatted&unformatted i/o functions?
What is call by value in c?
#include
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
Which header file is used for clrscr?
When should you use a type cast?
How many header files are in c?
What is line in c preprocessor?
Why we use int main and void main?
What is the role of this pointer?
What is bubble sort in c?
Difference between macros and inline functions? Can a function be forced as inline?
Explain what is the general form of a c program?
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