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

printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

0 Answers  


Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.

0 Answers  


What is the general form of a C program?

0 Answers  


how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *

3 Answers  


Explain how do you determine whether to use a stream function or a low-level function?

0 Answers  






Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.

4 Answers   Persistent, Subex,


What is floating point constants?

0 Answers  


what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }

3 Answers  


What is an object?

5 Answers  


What is c language used for?

0 Answers  


What are the different properties of variable number of arguments?

0 Answers  


Why double pointer is used in c?

0 Answers  


Categories