i have to apply for rbi before that i need to know the the
syllabus for the entrance questions. whethet it may be aps
or techinical
No Answer is Posted For this Question
Be the First to Post Answer
What does a run-time "null pointer assignment" error mean?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 5 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
I have a function which accepts, and is supposed to initialize,a pointer, but the pointer in the caller remains unchanged.
main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }
Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates
Hi can anyone tell what is a start up code?
find the sum of two matrices and WAP for it.
Why c is a procedural language?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
what is the use of call back function in c?tell me with example
What are the two forms of #include directive?
what is data structure