which is conditional construct
a) if statement
b) switch statement
c) while/for
d) goto
No Answer is Posted For this Question
Be the First to Post Answer
C program to find all possible outcomes of a dice?
how to print a statement in c without use of console statement ,with the help of if statement it should print
what is a headerfile?and what will be a program without it explain nan example?
What are the two types of functions in c?
Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);
Write programs for String Reversal & Palindrome check
Are the variables argc and argv are local to main?
simple program of graphics and thier outpu display with a want what is out put of graohics in c language
array of pointer pointer to array pointer to pointer
What are examples of structures?
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
How can I change their mode to binary?