int main()
{
Int n=20,i;
For(i=0;i<=n;i--)
{
Printf(“-“);
Return 0;
No Answer is Posted For this Question
Be the First to Post Answer
how to print this sereis 2 4 3 6 5..........?
Write the syntax and purpose of a switch statement in C.
print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5
What is a structure member in c?
How to add two numbers without using semicolon n c????
Why c language is called c?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these
What is wrong in this statement? scanf(“%d”,whatnumber);
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
What is a program?
List some basic data types in c?