Skip to main content

Posts

Featured

~ खप्तड डायरी ~

मित्र दिनेश चौधरीको फोन आयो, कामका कुरा सकिएपछि अन्त्यमा वहांले प्रश्न सोध्नुभयो के छ त बिदाको प्लान? मसङ्ग खासै केही प्लान नभएर अनुत्तरित भए र प्रतिपश्न गरे त्यता के प्लान हुंदैछ? खप्तड जाने सोच छ, आज बेलुका नै हिंड्न सक्ने मनस्थिति छ, वहांले भन्नुभयो। ल रमाइलो गर्नु यार भने र हाम्रो फोन सम्बाद त्यहिं सकियो।  मनमनै सोचे, सुदुरपश्चिमको सुन्दर भूमिमा पाइला त टेक्नै पर्छ। कामबाट विश्राम लिएर कहिलेकाहिं प्रकृति नियाल्न पनि त पर्यो ।  यसपटक मैले फोन गरे, म पनि जान्छु। ल तिमी पनि आउने हो भने आज सांझ नै झोता आउनु, भोलि बिहानै हिंडौंला यताबाट, मित्रले रिप्लाइ गर्नुभयो। सोहिअनुरुप बैतडीबाट हामी ४ जनाको समुह हिड्ंयौ। भोलिपल्ट बिहान झोताबाट मित्र दिनेश सहित ६ जना खप्तड यात्रामा निस्कियौं।  खप्तडमा घुम्नका लागि थुप्रै ठाउं रहेछन; घोडा दाउना पाटन, त्रिवेणी पाटन, गणेश पाटन, पुलपुला पाटन, खापर दह, बुकि दह, त्रिवेणि मन्दिर, खप्तड बाबा आश्रम, केदार ढुङ्गा, सहस्रलिङ्ग, सितापाइला मन्दिर। खप्तडको अनुपम सौन्दर्यले मन आह्लादित बनायो। ति हरितपुर्ण पाटनहरुले मन रंगीचङ्गी बनायो। खापर दह पुग्दा य...

Latest Posts

Daily Update!

Write a program to identify whether the given number is a perfect number or not using a function. 28 is a perfect number.

Write a C program to store N numbers in a one dimensional array and calculate its average with the help of the function.

Write a C program to determine determinant of a square matrix with the help of function int determinant(int a[][], n) where a is the matrix whose determinant is to be found and n is dimension of square matrix.

Write a program to calculate the factorial of a given number.

Write a program to identify whether the given number is a perfect number or not. 28 is a perfect number.

Write a program to read number and identifies whether the given number is a prime number or not.

Write a program to generate Fibonacci number using do while loop.

Write a program to read a sentence and counts the total number of character (excluding space) using while loop.

Write a C program for matrix addition with the help of function add(int a[ ][20], int b[ ][20], int n, int m) where a and b are matrix to be added and n and m are dimension of a and b.