What is bubble sort in c?
No Answer is Posted For this Question
Be the First to Post Answer
what will be the output of this program main() { int i=1; while (i<=10); { i++; } }
Write a program to generate the Fibinocci Series
Explain how can I pad a string to a known length?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
write a proram to reverse the string using switch case?
Eight queens puzzle
hi , please send me NIC written test papers to sbabavalli@gmail.com
what r callback function?
What are volatile variables in c?
What is the difference between #include and #include 'file' ?
What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 Answers MindFire, TCS, Tech Mahindra,
write a program to sum of its digit with using control structure or with out using loop. for ex: let the number is 25634 then answer will be=2+5+6+3+4=20