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 do header files do?
How can I invoke another program from within a C program?
What are the modifiers available in c programming language?
What are terms in math?
What is the difference between realloc() and free()
What is the basic structure of c?
2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);
why Language C is plateform dependent
how write a addtion of two single dimensional array using of pointer in c language?
plz answer.... write a program that reads line (using getline) e.g."345", converts each line to an integer using "atoi" and computes the average of all the numbers read. also compute the standard deviation.
What is meant by global static? why we have to use static variable instead of Global variable
What is the meaning of ?