darpan.kattel

1

Coder Level

Darpan Kattel has a Coder Level of 1
Level Novice

Coder Level increases as you post more and more codes, answer to questions on forums and also take courses (low priority) within the guidlines without spamming.

Learn more
Darpan Kattel @darpan.kattel darpankattel1@gmail.com

Date Joined : Jan. 1, 2022, 9:32 a.m.

Last Login : April 15, 2024, 12:31 p.m.

Details

"I have a dream..."

Studies Computer Engineering (BCT) at IOE, Purwanchal Campus

Lives in Dharan


9825953757


darpankattel1@gmail.com


Feeds from Darpan

darpan.kattel

Darpan Kattel

• April 15, 2024, 12:34 p.m.

AQI calculation using python-aqi in Python

...

python

View Code
darpan.kattel

Darpan Kattel

• June 12, 2022, 1:27 p.m.

IOE Pulchowk Campus C++ Labsheet 2, Qsn. 6

IOE Pulchowk Campus C++ Labsheet 2, Qsn. 6. By DS Baral

C++

View Code
darpan.kattel

Darpan Kattel

• April 16, 2022, 3:59 p.m.

A program to check whether the input is a triangular number or not

The numbers formed by the sum of the natural numbers are the triangular numbers. For example, 1, 3=1+2, 6=1+2+3, 10=1+2+3+4

C

View Code
darpan.kattel

Darpan Kattel

• Jan. 2, 2022, 7:25 p.m.

Create a Structure named student.

Write a program to read a record of 10 students and display only the record of those students whose address is "DHARAN"

C

View Code
darpan.kattel

Darpan Kattel

• Jan. 2, 2022, 7:24 p.m.

Write a program to sort given 10 numbers in ascending order.

Question from IOE exam

C

View Code
darpan.kattel

Darpan Kattel

• Jan. 2, 2022, 7:13 p.m.

Create a Structure Named student, And Perform Read And Write Operations

Perform read and write operations of Roll number, Name, Age and Address.

C

View Code
darpan.kattel

Darpan Kattel

• Jan. 2, 2022, 7:11 p.m.

Find the sum of the series, take input of x and n.

(x^0/0!)+(x^1/1!)+(x^2/2!)+...+(x^n/n!)

C

View Code
darpan.kattel

Darpan Kattel

• Jan. 2, 2022, 7:07 p.m.

WAP in C using structure to add lengths in feet and inch.

A simple program that I solved in C.

C

View Code
darpan.kattel

Darpan Kattel

• Jan. 1, 2022, 6:12 p.m.

WAP in C to find the largest word in a sentence?

Question From IOE 2075 Regular Ashwin. I found this too hard yet satisfying!

C

View Code