how to execute a program using if else condition and the
output should enter number and the number is odd only...


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What are the preprocessor categories?

0 Answers  


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

0 Answers  


Why can’t constant values be used to define an array’s initial size?

0 Answers  


if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item

2 Answers  


create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.

4 Answers  






Is c easier than java?

0 Answers  


Can we access RAM? How? Whats the range of access? Similarly What are other hardware we can access?

1 Answers  


wat is the meaning of c?

9 Answers   CTS, IBM, Wipro,


Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"

0 Answers  


write a c program to print a given number as odd or even without using loop statements,(no if ,while etc)

10 Answers  


In a switch statement, explain what will happen if a break statement is omitted?

0 Answers  


Write a program to find the biggest number of three numbers in c?

0 Answers  


Categories