• Courses
  • Code Compiler
  • Discuss
  • Pricing
  • Teams
Menu
- 1

C program to print sequence 2,9,16,23....n

variables
9th Sep 2021, 5:52 AM
Yash Anilrao Kitey
Yash Anilrao Kitey - avatar
3 Answers
+ 2
Ever considered using a for loop?
9th Sep 2021, 5:59 AM
Tim
Tim - avatar
0
#include <stdio.h> int main() { const int N = 30; int i=2; for(;i<N;i+=7) printf("%d ", i); }
9th Sep 2021, 6:22 PM
Gigi

Often have questions like this?

Learn more efficiently, for free:

  • Introduction to Python

    7.1M learners

  • Introduction to Java

    4.7M learners

  • Introduction to C

    1.5M learners

  • Introduction to HTML

    7.5M learners

See all courses
Hot today
Hey I've done the C# and SQL beginner and intermediate, but still feel like there could be more... Is there advanced somewhere?
0 Votes
How create a new language ?
1 Votes
Beginner question
0 Votes
Is there any debugging practice here or not?
2 Votes
Can I make coding projects here and run them without sololearn pro, only in sololearn.
0 Votes
Issue with Sololearn Module Quiz Despite Correct Answers
1 Votes
I need help to solve this
0 Votes
Hey what the research process order for them that I am telling you please order them and tell me answer
0 Votes
Project
0 Votes
by getting subscription will it help to me be a pro in python is it appropriate app? please guide me
0 Votes