WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE
CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?



WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CA..

Answer / guest

PL ANS

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More C Interview Questions

how can u print a message without using any library function in c

1 Answers   NIIT,


write an interactive C program that will encode or decode a line of text.To encode a line of text,proceed as follows. 1.convert each character,including blank spaces,to its ASCII equivalent. 2.Generate a positive random integer.add this integer to the ASCII equivalent of each character.The same random integer will be used for the entire line of text. 3.Suppose that N1 represents the lowest permissible value in the ASCII code,and N2 represents the highest permissible value.If the number obtained in step 2 above(i.e.,the original ASCII equivalent plus the random integer)exceeds N2,then subtract the largest possible multiple of N2 from this number,and add the remainder to N1.Hence the encoded number will always fall between N1 and N2,and will therefore always represent some ASCII character. 4.Dislay the characters that correspond to the encoded ASCII values.  The procedure is reversed when decoding a line of text.Be certain,however,that the same random number is used in decodingas was used in encoding.

0 Answers  


What does s c mean on snapchat?

0 Answers  


main() { int a[3][4] ={1,2,3,4,5,6,7,8,9,10,11,12} ; int i, j , k=99 ; for(i=0;i<3;i++) for(j=0;j<4;j++) if(a[i][j] < k) k = a[i][j]; printf("%d", k); }

4 Answers   Vector, Wipro, Zoho,


What are comments and how do you insert it in a C program?

0 Answers  






What is difference between function overloading and operator overloading?

0 Answers  


What is the use of function in c?

0 Answers  


Write a code of a general series where the next element is the sum of last k terms.

0 Answers   Aspiring Minds,


What is sizeof int?

0 Answers  


What is call by value in c?

0 Answers  


WHOT IS CHAR?

4 Answers   TCS,


how would a 4*3 array A[4][3] stored in Row Major Order?

0 Answers   HCL, Ignou,


Categories