Privacy Policy of App : Nepali Exam

 

Privacy Policy

Last updated: July 04, 2026

This Privacy Policy explains how your information is collected, used, and protected when you use our mobile application (the " Nepali Exam"). We are committed to protecting your privacy and ensuring you have a safe online experience.

By using the App, you agree to the collection and use of information in accordance with this policy.

1. Information We Collect

We believe in minimizing data collection. To provide our service, we only collect the absolute minimum information required for account authentication:

  • Login Credentials: We collect the username and password you provide when registering and logging into the App.

We do not collect any other personal information (such as your name, email address, phone number, location, or financial data), nor do we track your device in the background.

2. How We Use Your Information

The information we collect is used strictly for the following purpose:

  • To create, authenticate, and manage your account securely.

  • To allow you to log in and access the features of the App.

We do not use your credentials for marketing, tracking, or profiling.

3. Data Sharing and Disclosure

We do not sell, trade, rent, or share your personal information (your username and password) with any third parties. Your data remains strictly within the infrastructure required to operate the App's login system.

4. Security

We value your trust in providing us your login credentials. We use commercially acceptable means of protecting it, including encrypting passwords during transmission and at rest in our database. However, please remember that no method of transmission over the internet, or method of electronic storage, is 100% secure, and we cannot guarantee absolute security.

5. Data Retention and Deletion

We retain your account information only for as long as your account is active.

Your Right to Delete Your Data: You have the right to request the deletion of your account and associated data at any time. To do so, you can:

  • Use the "Delete Account" option found within the App's settings menu.

  • Contact us directly at santoshdl200@gmail.com to request manual deletion of your account. Once a deletion request is received, your username and password will be permanently removed from our systems.

6. Children’s Privacy

Our App does not address anyone under the age of 13. We do not knowingly collect personal identifiable information from children under 13. If we discover that a child under 13 has provided us with personal information, we immediately delete this from our servers.

7. Changes to This Privacy Policy

We may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page. You are advised to review this Privacy Policy periodically for any changes. Changes are effective immediately after they are posted.

8. Contact Us

If you have any questions or suggestions about our Privacy Policy or how your data is handled, do not hesitate to contact us at:

  • Email: santoshdl200@gmail.com

When are constructor and destructor called ?

When are constructor and destructor called ?
 Constructor are the the special function  having name as that of the class and doesn't have any return type.Constructor is called when the object of the class is created .We can say if the object of the class is created the constructor function is automatically called.
Destructor are also function similar to the constructor that is has same name as that of the Constructor but precised with tilde (~) sign . The destructor is called if the scope of the constructor is finished .The purpose of calling Destructor is to release the resources used by the object of the class .

SLC Result Of technical stream , Nepal

Slc School Leaving Certificate Result for technical stream is out  Nepal
Electrical Engineering,Computer < Civil,,
click the link below
here

http://www.soce.gov.np/index.php

Program to convert BS ( Nepali Date ) To AD Using C++

#include<iostream.h>
 #include<conio.h> 
class convert 

 public: int y,m,d; 
void getdate()
 { 
cout<<" enter the date in BS";
 cin>>y>>m>>d;
 } };
 void main() 
{
 clrscr(); 
convert bs,ad; 
 bs.getdate();
 ad.y=bs.y-56; 
ad.m=bs.m-8;
 ad.d=bs.d-17;
                 

if(ad.d<1) 
{
ad.m=ad.m-1; 
ad.d=ad.d+30;
 } 

if(a.d<1) {
 ad.y=ad.y-1;
 ad.y=ad.m+12; 
 }
 cout<<"the date in AD is "<<ad.y<<"|"<<ad.m<<"|"<<ad.d; getch(); 
 }

Program To Convert NST Nepali time to GMT ( C++ )

Program To Convert NST Nepali time to GMT ( C++ ) using Object Class Concept
#include<iostrem.h>
 #include<conio.h> 
 class time
 { 
public: int h,m,s; 
void enternptime()
 { 
cout<<"enter the time of Nepal in 24 hours Format";
 cin>>h>>m>>s;
 } 
 };
 void main()
 { 
 clrscr(); 
 time a,b;
 a.enternptime();
 b.h=a.h+5;
 b.m=a.m+45; 
 if(b.m>60) 
 {
 b.h=b.h+1; 
 b.m=b.m-60;
 }
if(b.m>24) 
 {

 b.m=24-b.m;
 }

 cout<<" the time in GMT is"<<b.h<<":"<<b.m<<":"<<b.s;
 getch();
 }

Write A Program To Convert BS (Bikram Sammat ) to AD ( C++ )

Write A Program To Convert BS (Bikram Sammat ) to AD
BS is a Nepali Date and AD  Is English Date

#include<iostream.h>
#include<conio.h>
 class convert
 {
  public:
  int y,m,d;
  void enterdate()
  {
  cout <<"enter date in nepali";
  cin>>y>>m>>d;
  }
  };
 void main()
 {
 clrscr();
 convert a,b;
 a.enterdate();
 b.y=a.y-57;
 b.m=a.m-3;
 b.d=a.d-17;
 if(b.d<1)
 {
 b.m=b.m-1;
 b.d=b.d+30;
 }
 if(b.m<1);
 {
 b.y=b.y-1;
 b.m=b.m+12;
 }
 cout<<b.y<<"/"<<b.m<<"/"<<b.d;
 getch();
 }


What is the use of SQL?

What is the use of SQL?
SQL statements are used to perform tasks such as update data on a database, or retrieve data from a database. Some common relational database management systems that use SQL are: Oracle, Sybase, Microsoft SQL Server, Access, Ingres, etc.

Define relational calculus.

Define relational calculus.
Relational calculus consists of two calculi, the tuple relational calculus and the domain relational calculus, that are part of the relational model for databases and provide a declarative way to specify database queries.

What do you mean by DBMS ?

What do you mean by DBMS ?
A database management system (DBMS) is system software for creating and managing databases. The DBMS provides users and programmers with a systematic way to create, retrieve, update and manage data. A DBMS makes it possible for end users to create, read, update and delete data in a database.

How to hack wpa/wpa2 wps wifi network

 how to hack wpa/wpa2 wps wifi network(linux)
hacking in 2 minutes...
1)open a terminal.
2)type wifite
3)wait 5 sec
4) if there is a network with wps than press ctrl+c
5)enter the no.where wps exist
and wait u are done its very fast...