What is bubble sort technique in c?
No Answer is Posted For this Question
Be the First to Post Answer
1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?
What is the difference between text and binary i/o?
print ur name without using any semicolon in c/c++....
21 Answers Bosch, TCS, Wipro,
will u give me old quesrion papers for aptitude for L & t info tech?
What are the difference between a free-standing and a hosted environment?
Is this program statement valid? INT = 10.50;
main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }
What are data types in c language?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
how to sort two array of characters and make a new array of characters.
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
convert 0.9375 to binary