Answer Posted / ravindra kushwaha
for(int i=1;i<=25;i++)
{
printf("%d",i)
}
for(int j=25;j<=50;j++)
{
printf("%d",j)
}
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What language is lisp written in?
What do you mean by dynamic memory allocation in c? What functions are used?
Can you please explain the difference between exit() and _exit() function?
What is wrong in this statement? scanf(ā%dā,whatnumber);
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
Differentiate between ordinary variable and pointer in c.
Why is c known as a mother language?
What are the application of void data type in c?
What is an array in c?
What are the uses of a pointer?
Are global variables static in c?
What is structure in c definition?
Are the variables argc and argv are local to main?
What are the 5 organizational structures?
What should malloc(0) do?