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
Why shouldn’t I start variable names with underscores?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
What is a memory leak? How to avoid it?
What are structure members?
How can I run c program?
Explain how can I open a file so that other programs can update it at the same time?
Is c is a procedural language?
What is d scanf?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
How can you restore a redirected standard stream?
Write a factorial program using C.
How can you be sure that a program follows the ANSI C standard?
What is time complexity c?
Explain how can I right-justify a string?
What is a union?