Answer Posted / kiran
{
int n = 5;
for(i=1;i<=10;i++)
printf("
%d x %d = %d",n,i,n*i);
}
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
What does main () mean in c?
If the size of int data type is two bytes, what is the range of signed int data type?
Write the syntax and purpose of a switch statement in C.
Explain what is wrong with this statement? Myname = ?robin?;
How does pointer work in c?
Explain how can I pad a string to a known length?
the question is that what you have been doing all these periods (one year gap)
What is meant by int main ()?
How is actual parameter different from the formal parameter?
Why do we need functions in c?
What is strcpy() function?
Can you tell me how to check whether a linked list is circular?
What are the types of bitwise operator?
What is the difference between new and malloc functions?