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

whenever a question is posted in a particular category in allinterview.com, Is there any facility to receive an indication mail. For eg: I need to receive an indication email, whenever a question is posted under the category “C Langauage”.

1 Answers  


#&#8206;include&#8236;<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }

2 Answers   Facebook,


main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }

2 Answers  


What is the difference between class and object in c?

0 Answers  


What are the various topologies? Which one is the most secure?

2 Answers  


What is a void * in c?

0 Answers  


c program to print a name without using semicolon

9 Answers   TCS, Wipro,


int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?

14 Answers   Verifone,


Explain the Difference between the New and Malloc keyword.

0 Answers   InterGraph,


What is %g in c?

0 Answers  


What is the c language function prototype?

0 Answers  


Is both getch() and getchar() functions are similar? if it is similar means why these two functions are used for same usage? if it is not similar means what is the difference?

1 Answers   Infosys,


Categories