print out put like this form
1 2 3 4 5 6
3 5 7 9 11
8 12 16 20
Answer Posted / guest
main()
{
printf(%d,1 2 3 4 5 6 3 5 7 9 11 8 12 16 20)
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What header files do I need in order to define the standard library functions I use?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
How does struct work in c?
What is string constants?
diff between exptected result and requirement?
Why we use break in c?
What is the use of in c?
Why c is a procedural language?
Explain how can you avoid including a header more than once?
What is pass by value in c?
What is the use of bit field?
Mention four important string handling functions in c languages .
Is c language still used?
why do some people write if(0 == x) instead of if(x == 0)?
In C programming, what command or code can be used to determine if a number of odd or even?