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
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
I came across some code that puts a (void) cast before each call to printf. Why?
Add Two Numbers Without Using the Addition Operator
What are the keywords in c?
What is restrict keyword in c?
What is scope rule in c?
When should the register modifier be used? Does it really help?
Compare and contrast compilers from interpreters.
What are the uses of null pointers?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
how can f be used for both float and double arguments in printf? Are not they different types?
What does c value mean?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1