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
what is void pointer?
write a c program to print "Welcome" without using semicolon in the whole program ??
what is the output of printf("%d",(scanf("%d",10));
What's wrong with "char *p; *p = malloc(10);"?
What is the difference between local variable and global variable in c?
What is data structure in c and its types?
Explain #pragma statements.
enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }
What is meant by recursion?
to find the closest pair
What is a program flowchart and how does it help in writing a program?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop