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
What is c variable?
Can one function call another?
What are pragmas and what are they good for?
What is a scope resolution operator in c?
what is the difference between call by value and call by reference?
5 Answers Genpact, Global Logic, Infosys,
how can i calculate mean,median,mode by using c program
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); }
What is wild pointer in c with example?
what is mean by Garbage collection ? Please answer me. Advance thanks.
without using arithmatic operator convert an intger variable x into x+1
how do you redirect stdout value from a program to a file?
What does the c in ctime mean?