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
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
How can I manipulate strings of multibyte characters?
What is the purpose of main( ) in c language?
What should malloc() do?
What are the various types of control structures in programming?
What is indirection in c?
What is enumerated data type in c?
Mention four important string handling functions in c languages .
What is data structure in c programming?
what is reason of your company position's in india no. 1.
Tell me when is a void pointer used?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
What does the message "automatic aggregate intialization is an ansi feature" mean?
Tell me about low level programming languages.
What is ponter?