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 the main differences between C and Embedded C?
What is null pointer in c?
Convert the following expression to postfix and prefix (A+B) * (D-C)
Explain is it valid to address one element beyond the end of an array?
4.weight conversion: Write a program that will read weight in pounds and convert it into grams.print both the original weight and the converted value.There are 454 grams in a pound.design and carry out a test plan for this program.
What is the use of define in c?
Explain how can I manipulate strings of multibyte characters?
Write a C program that computes the value ex by using the formula ex =1+x/1!+x2/2!+x3+3!+………….
why we are using semicolon at the end of printh statment
explain what is a newline escape sequence?
difference between string and array?
Is c is a high level language?