Nikas Ghimire asked a question


#include<stdio.h>

#include<conio.h>

#include<string.h>


int main() {

int i, nextTerm;

int t1 = 2, t2 = 2;

nextTerm = t1+t2;


printf("%d, %d, ", t1, t2);

for (i = 3; i <= 10; ++i) {

printf("%d, ", nextTerm);

t1 = t2;

t2 = nextTerm;

nextTerm = t1 + t2;

}


return 0;

}


2 Thanks
2 Answers
Bijaya Rajbhandari asked a question

the symbols used in the story are:

  1. house and shops- it symbolizes Aksionov's family and material possessions
  2. nightmare-it symbolizes a bad omen.
  3. blood-stained knife- it indicates Aksionov's lack of control over his fate.
  4. the prison- Aksionov's pain and subsequent mystical transformation are symbolized by the prison.
  5. the book(the lives of the saints)- gives an impression of religiosity.
1 Thanks
2 Answers
Rabin Kalikote almost 2 years ago
12 Claps
2 Comments
Bal Bahadur BK

Great my son!

Reply almost 2y
Pranish Uprety

You've been truly inspiration, dai! Congratulations to you and all of us.

Reply almost 2y
Close Open App