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
wap in c to accept a number display the total count of digit
What is %lu in c?
How can I automatically locate a programs configuration files in the same directory as the executable?
Write a program on swapping (100, 50)
How to create struct variables?
What is the difference between near, far and huge pointers?
Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??
Was 2000 a leap year?
What is an auto keyword in c?
Write a program to print this triangle: * ** * **** * ****** * ******** * ********** Don't use printf statements;use two nested loops instead. you will have to use braces around the body of the outer loop if it contains multiple statements.
sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?
which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%