write a program to rearrange the array such way that all even
elements should come first and next come odd


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

Post New Answer

More C Interview Questions

Why can’t we compare structures?

0 Answers  


Can u return two values using return keyword? If yes, how? If no, why?

7 Answers  


What are the loops in c?

0 Answers  


FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?

4 Answers   Wipro,


What is quick sort in c?

0 Answers  


Three major criteria of scheduling.

1 Answers  


What is the difference between exit() and _exit() function?

0 Answers  


Write a program in c to print * * * * * *******

1 Answers  


what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)

0 Answers  


What is a structure member in c?

0 Answers  


What are terms in math?

0 Answers  


What is the output of the following program #include<stdio.h> main() { int i=0; fork(); printf("%d",i++); fork(); printf("%d",i++); fork(); wait(); }

8 Answers   ADITI, Adobe,


Categories