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

In which mode we open the file for read,write and append also in c ? a)W b)w+ c)r+ d)a

2 Answers   BitWise,


void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?

1 Answers  


An array name contains base address of the array. Can we change the base address of the array?

4 Answers   NMIMS, Wipro,


What is a void pointer in c?

0 Answers  


What are extern variables in c?

0 Answers  






main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?

12 Answers   Tech Mahindra,


How macro execution is faster than function ?

0 Answers   Wipro,


What are logical errors and how does it differ from syntax errors?

0 Answers  


class foo { public: static int func(const char*& p) const; }; This is illegal, why?

8 Answers   Google,


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

0 Answers  


2. Write a function called hms_to_secs() that takes three int values—for hours, minutes, and seconds—as arguments, and returns the equivalent time in seconds.. Create a program that exercises this function by repeatedly obtaining a time value in hours, minutes, and seconds from the user (format 12:59:59), calling the function, and displaying the value of seconds it returns.

5 Answers   TCS,


how to find sum of 5 digits in C?

4 Answers  


Categories