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

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  


Write a C program to enter 10 integer numbers through one variable and count how many of them are even using while loop ?

2 Answers  


what is run time error?

7 Answers  


#include"stdio.h" #include"conio.h" void main() { int a; printf("\n enter a number:"); scanf("%c\n"); getch(); }

12 Answers   HCL,


I'm having trouble with coming up with the correct code. Thank You!! The assignment was to write a program using string functions that accepts a price of an item and displays its coded value. The base of the keys: X C O M P U T E R S 0 1 2 3 4 5 6 7 8 9 Sample I/O Dialogue: Enter Price: 489.50 Coded Value: PRS.UX

0 Answers  


To generate the series 1+3+5+7+... using C program

18 Answers  


void main() { int i=7; printf("N= %*d",i,i); }

6 Answers   HCL,


How to develop a program using C language to convert 8-bit binary values to decimals. TQ

1 Answers   Amazon,


Declaration of Cube Guys please help me.. Is this a right way to declare cube.? If i Compile it. It Says: Cube undeclared what should i do? Please help \thanks in advanced #include<stdio.h> #include<math.h> #include<conio.h> main( ) { float x,y; while(x++<10.0) { printf("Enter Number:"); scanf("%d", &x); y = cube(x); printf("%f %f %f \n", x,pow(x,2),y); cube(x); } { float x; float y; y = x*x*x; } getch(); return (y); }

2 Answers  


How to create a program that lists countries capitals when country is entered? (Terribly sorry, I'm a complete novist to coding with C, am looking for inspiration and general tips on how to code and create this program.)

0 Answers  


Why are memory errors hard to debug?

1 Answers  


wap for bubble sort

3 Answers  


Categories