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 are the loops in c?
Explain the use of 'auto' keyword in c programming?
Difference between strcpy() and memcpy() function?
When is a null pointer used?
What character terminates all strings composed of character arrays? 1) 0 2) . 3) END
When would you use a pointer to a function?
a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6
what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
write a program in c language to print your bio-data on the screen by using functions.
How are 16- and 32-bit numbers stored?
Explain what is page thrashing?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none