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

please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }

3 Answers  


what is memory leak?

3 Answers  


What are multibyte characters?

0 Answers  


How can I write a function that takes a format string and a variable number of arguments?

0 Answers  


Between macros and functions,which is better to use and why?

0 Answers  






What are valid operations on pointers?

0 Answers  


what is the use of using linked list and array?

10 Answers   Infosys, TCS,


What is true about the following C Functions (a) Need not return any value (b) Should always return an integer (c) Should always return a float (d) Should always return more than one value

2 Answers   DynPro, TCS,


34.what are bitwise shift operators? 35.what are bit fields? What is the use of bit fields in a structure declaration? 36.what is the size of an integer variable? 37.what are the files which are automatically opened when a c file is executed? 38.what is the little endian and big endian? 39.what is the use of fflush() function? 40.what is the difference between exit() and _exit() functions? 41.where does malloc() function get the memory? 42.what is the difference between malloc() and calloc() function? 43.what is the difference between postfix and prefix unary increment operators?

3 Answers  


What is a char c?

0 Answers  


When was c language developed?

0 Answers  


write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.

3 Answers  


Categories