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 extern mean in a function declaration?
Why is c not oop?
How many types of sorting are there in c?
wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }
write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What is the proper way of these job Tell me about there full work
How do you initialize pointer variables?
How can I access a memory located at certain address?
Difference Between embedded software and soft ware?
What is the difference between single charater constant and string constant?
write a program to display reverse of a number using for loop?