what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values


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

Post New Answer

More C Interview Questions

How do I use void main?

0 Answers  


what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits

2 Answers   Wipro,


Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?

6 Answers  


How the c program is executed?

0 Answers  


What are the benefits of c language?

0 Answers  






List out few of the applications that make use of Multilinked Structures?

1 Answers   Accenture,


write a programme that inputs a number by user and gives its multiplication table.

2 Answers  


Does free set pointer to null?

0 Answers  


Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)

0 Answers  


Write a program to implement queue.

0 Answers   Aricent,


What does %p mean c?

0 Answers  


How can I direct output to the printer?

0 Answers  


Categories