What is bubble sort technique in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What's the difference between constant char *p and char * constant p?

0 Answers   Celstream,


Differentiate between new and malloc(), delete and free() ?

0 Answers   iNautix,


What is typeof in c?

0 Answers  


What are the standard predefined macros?

0 Answers  


write a program that finds the factorial of a number using recursion?

13 Answers   Infosys, TATA,






How many ways are there to swap two numbers without using temporary variable? Give the each logic.

9 Answers  


if we take a number as a char then can we manipulate(add, subtract) on this number

2 Answers  


What is sizeof in c?

0 Answers  


main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(ā€œ%dā€,x); }

8 Answers   Vector,


how to convert binary to decimal and decimal to binary in C lanaguage

7 Answers   BPO, Far East Promotions, IBM, RBS,


What is macro?

5 Answers   IBM,


A.C func() { pritnf(" in fuction %d",MACRO); } MAIN.c testfunc() { #define MACRO 10 printf("in test function %d", MACRO); } main() { printf("in main %d",MACRO); func(); testfunc(); getch(); }

2 Answers   Wipro,


Categories