Answer Posted / mazahar
#include<stdio.h>
main()
{
int i,n=5;
for(i=0;i<=10;i++)
printf("%d*%d=%d",n,i,n*i);
}
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
Why is c called a structured programming language?
Describe static function with its usage?
What are run-time errors?
What is #define size in c?
Explain how do you print an address?
why wipro wase
What is the value of h?
Differentiate between a structure and a union.
How can I find out if there are characters available for reading?
How can I get the current date or time of day in a c program?
What is the function of volatile in c language?
How can a program be made to print the name of a source file where an error occurs?
What is the size of empty structure in c?
How can I remove the trailing spaces from a string?