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
How can I read/write structures from/to data files?
Predict the output or error(s) for the following: 25. main() { printf("%p",main); }
what are two kinds of java
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }
27 Answers Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,
How can I delete a file?
post new interiew question and aptitude test papers
What is anagram in c?
What are the advantages of using macro in c language?
what is the definition of storage classes?
What is the best way to comment out a section of code that contains comments?
Which of these functions is safer to use : fgets(), gets()? Why?
what are the advantages & disadvantages of unions?