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
What is the difference between union and anonymous union?
program that accepts amount in figures and print that in words
2 Answers Infosys, Lovely Professional University, Wipro,
if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?
what is computer engg
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Explain b+ tree?
find second largest element in array w/o using sorting techniques? use onle one for loop.
15 Answers BitWise, Zycus Infotech,
diff. between *p and **p
1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?
Define Spanning-Tree Protocol (STP)
When should volatile modifier be used?
Explain enumerated types.