Bijaya Rajbhandari asked a question

Aksionov is the protagonist of the story "god sees the truth but waits" written by Leo Tolstoy. He is a young merchant. He is a handsome, fair-haired, curly-headed fellow, full of fun and very fond of singing. He used to drink much before marriage but later on, he changed himself and became a good man. He had virtuous qualities such as faith, forgiveness, freedom, and acceptance. His comfortable life is disrupted when he is framed for a murder he didn't commit and was sent to a...

0 Thanks
2 Answers
Nikas Ghimire asked a question


#include<stdio.h>

#include<conio.h>

#include<string.h>


int main() {

int i, number, num1, num2=0;

char str1[50];

num1 = number;

for(i=2; i<=20; i+=2) {

printf("%d", i);

printf(", ");

}


return 0;

}


2 Thanks
2 Answers
Raunak Kumar asked a question

BODMAS=Bracket, Order, Division, Multiplication, Addition and Subtraction. In certain regions, PEMDAS (Parentheses, Exponents, Multiplication, Division, Addition and Subtraction) is the synonym of BODMAS. It explains the order of operations to solve an expression.

10 Thanks
2 Answers
Close Open App