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


who was the present cheif governor of reserve bank of india

Answers were Sorted based on User's Feedback



who was the present cheif governor of reserve bank of india..

Answer / cud_ramesh

Mr.Subbarao

Is This Answer Correct ?    15 Yes 0 No

who was the present cheif governor of reserve bank of india..

Answer / madhu

The question itself is gramatically wrong.........
this is something of the sort "did you eat tomorrow?"

Is This Answer Correct ?    4 Yes 0 No

who was the present cheif governor of reserve bank of india..

Answer / siva

duvvuri subba rao

Is This Answer Correct ?    3 Yes 0 No

who was the present cheif governor of reserve bank of india..

Answer / manoj

subba rao (From A.P)

Is This Answer Correct ?    1 Yes 0 No

who was the present cheif governor of reserve bank of india..

Answer / geetha.s.b

Mr.Subbarao

Is This Answer Correct ?    0 Yes 0 No

who was the present cheif governor of reserve bank of india..

Answer / pushpendra

mr. Subba rao is the cheif governor of reserve bank of india

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C C++ Errors Interview Questions

How to upgrade LOOP environment, I just mean, how can i make loop statement editable ? I just try some program using loop statement and checking it in multiple compilers. Every compiler showing different output, what's the wrong ? is it a compiler based problem, or loop based problem, tell me why ? and what will be the debugging process, for this kind of problem ?

1 Answers  


Using string functions write a program that will accept the name of the capital as input value and will display the corresponding country. ------------------------ Capitals Countries ------------------------ Capitals Countries Ottawa Canada Moscow Russia Rome Italy I can't not get it to run properly

1 Answers   AMA,


I can not get my C++ program to work right. It is supposed to tell if a word is a palindrome or not, but it only tells thet the word is not a palindrome. And I can't fix it.

1 Answers  


Find the error (2.5*2=5) (a) X=y=z=0.5,2.0-5.75 (b) s=15;

3 Answers  


wap for bubble sort

3 Answers  


what are the techniques for reducing the fragility of a memory bug?

1 Answers  


What is the code for following o/p * * * * * * * * * * * * * * * *

1 Answers  


what is the error in the following code: main() { int i=400,j; j=(i*i)/i; }

4 Answers  


which typw of errors ? & how to solve it ?

0 Answers  


void main() { int i=5,y=3,z=2,ans; clrscr(); printf("%d",++i + --z + i++ + --i * ++y); i=5,y=3,z=2; ans=++i + --z + i++ + --i * ++y; printf("\n%d",ans); getch(); } Its output is 37 and 31.... Please explain me why its different How it works.....

2 Answers  


Given that two int variables, total and amount , have been declared, write a sequence of statements that: initializes total to 0 reads three values into amount , one at a time. After each value is read in to amount , it is added to the value in total (that is, total is incremented by the value in amount ). Instructor's notes: If you use a loop, it must be a for loop. And if you use a loop control variable for counting, you must declare it.

1 Answers   Google,


main() { char c; for(c='A';c<='Z';c++) getch(); }

9 Answers  


Categories