How does selection sort work in c?
No Answer is Posted For this Question
Be the First to Post Answer
though sbi was nationalized why its not comes under nationalized banks and its comes under publicsector banks
3 Answers State Bank Of India SBI,
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What is the easiest sorting method to use?
Write a Program to accept different goods with the number, price and date of purchase and display them
character array A[12] can hold
write a program to find lcm and hcf of two numbers??
#define swap1(a,b) a=a+b;b=a-b;a=a-b; main() { int x=5,y=10; swap1(x,y); printf("%d %d\n",x,y); swap2(x,y); printf("%d %d\n",x,y); } int swap2(int a,int b) { int temp; temp=a; b=a; a=temp; return; } what are the outputs?
What will the preprocessor do for a program?
Write a program to show the change in position of a cursor using c
Explain About fork()?
write function to reverse char array ... without using second array
which will be first in c compiling ,linking or compiling ,debugging.