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

a memory of 20 bytes is allocated to a string declared as char *s then the following two statements are executed: s="Etrance" l=strlen(s); what is the value of l ? a.20 b.8 c.9 d.21

4 Answers   TCS,


What is the process of writing the null pointer?

0 Answers  


What are the different types of constants?

0 Answers  


What is an object?

5 Answers  


What are local static variables?

0 Answers  






what are the general concepts of c and c++

2 Answers  


What is array in C

0 Answers  


how to generate sparse matrix in c

3 Answers  


difference between the array and linked list general difference related to memory

2 Answers  


What is const keyword in c?

0 Answers  


Is there any possibility to create customized header file with c programming language?

0 Answers  


main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }

22 Answers   NDS, TCS,


Categories