i have to apply for the rbi for the post of officers. i
need to know abt the entrance questions whether it may be
aps or techinical....


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

main() { unsigned int k = 987 , i = 0; char trans[10]; do { trans[i++] =(char) (k%16 > 9 ? k%16 - 10 + 'a' : '\0' ); } while(k /= 16); printf("%s\n", trans); }

4 Answers   Vector,


How to declare a variable?

0 Answers  


Differentiate between new and malloc(), delete and free() ?

0 Answers   iNautix,


What is main () in c language?

0 Answers  


why we are using float in C

4 Answers  






Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?

0 Answers   Case, IBM,


The __________ attribute is used to announce variables based on definitions of columns in a table?

0 Answers  


What is masking?

0 Answers  


Should a function contain a return statement if it does not return a value?

0 Answers  


What is sizeof in c?

0 Answers  


How can I determine whether a machines byte order is big-endian or little-endian?

0 Answers  


C program to perform stack operation using singly linked list

3 Answers  


Categories