Pathshala Code Book

Welcome to codebook here you will get the basic and important program for academics and mostly asked in exams. Along with it contains examination paper of UTD,RTU Kota.

Quik Links

  • Home
  • C Programs
  • Data Structure DSA program in C
  • Sorting
  • Linux Shell Programming Star Patterns
  • 1st sem exam UTD RTU,Kota

Labels

  • Android (31)
  • Basic C programs (26)
  • Exam Papers (16)
  • 1st Sem Exam (11)
  • DSA (8)
  • Placement paper questions (5)
  • Sorting (5)
  • Star Pattern (3)
  • Cmd (2)

C program to reverse a number


at October 01, 2018 No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Newer Posts Older Posts Home
Subscribe to: Comments (Atom)

Search This Blog

About Me

Unknown
View my complete profile
  • Home
  • Linux Shell Programming Star Patterns
  • Sorting

Find Armstrong No B/W 1 to 1000000

//code #include<iostream> #include<math.h> using namespace std; main() { int sum,k,r,i,count=0; for(i=1;i<100000;i...

  • ▼  2018 (20)
    • ▼  October (1)
      • C program to reverse a number
    • ►  September (15)
    • ►  March (1)
    • ►  February (3)
  • ►  2017 (40)
    • ►  December (11)
    • ►  November (5)
    • ►  September (8)
    • ►  April (6)
    • ►  February (10)
  • ►  2016 (24)
    • ►  December (22)
    • ►  November (2)
  • Linux Shell Programming
      Click Here
  • Amstrong No Code
    //Amstrong No. #include<stdio.h> main() { int n,sum=0,r,k; printf("enter value"); scanf("%d",&n); k=n; ...
  • How to click on the link in cmd.? How to click on link to verify Firebase CLI Login.?
    Hey, Once the same problem was with me.. I was deploying my project to firebase and it sends me the link to verify. But I was not able to ...
  • Insertioin Sort Code
    //Insertion Sort #include<stdio.h> int a[100],n,i; main() { void insertionSort(int*); printf("Enter Size of Array\n...
  • Link List Code
    // Link List #include<stdio.h> #include<stdlib.h> #include<process.h> struct link { int data; struct link *next; }; ty...
  • How to make caluculator app using android.?
    activity_main.xml <?xml version="1.0" encoding="utf-8"?> <android.support.constraint.ConstraintLayout ...
  • 1st Sem-Human-Values-Ethics-2015-2016-paper-Utd Rtu Kota
©Pathshala "A Helping Hand". Simple theme. Powered by Blogger.