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
what is the difference between structure and union?
What is memory leak in c?
What is the use of static variable in c?
What is volatile, register definition in C
can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?
What is the heap in c?
What is the translation phases used in c language?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
What compilation do?
7 Answers Geometric Software, Infosys,
why programming language C is still used in operating system's kernel??
Explain the Difference between the New and Malloc keyword.
int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?