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)

FM(Fluid Mechanics)

Civil

at September 15, 2017 No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: Exam Papers

SOM(Strength Of Material) 1st Mid Term

Civil

at September 15, 2017 No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: Exam Papers

Mathematics 1st Mid Term

CS

at September 15, 2017 No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: Exam Papers

OOPs( C++) 1st Mid Term

Cs

at September 15, 2017 No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: Exam Papers

EDC 1st Mid Term

Cs

at September 15, 2017 No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: Exam Papers

Digital Electronics

Cs

at September 15, 2017 No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: Exam Papers

Software Engineering 1st Mid Term

Cs

at September 15, 2017 No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: Exam Papers

DSA 3rd Sem 1st Mid Term

CS

at September 15, 2017 No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: Exam Papers
Newer Posts Older Posts Home
View mobile version
Subscribe to: Posts (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)
    • ►  September (15)
    • ►  March (1)
    • ►  February (3)
  • ▼  2017 (40)
    • ►  December (11)
    • ►  November (5)
    • ▼  September (8)
      • FM(Fluid Mechanics)
      • SOM(Strength Of Material) 1st Mid Term
      • Mathematics 1st Mid Term
      • OOPs( C++) 1st Mid Term
      • EDC 1st Mid Term
      • Digital Electronics
      • Software Engineering 1st Mid Term
      • DSA 3rd Sem 1st Mid Term
    • ►  April (6)
    • ►  February (10)
  • ►  2016 (24)
    • ►  December (22)
    • ►  November (2)
  • How to get full date in format day/month/year OR year/month/day in javascript
    Hello friends, Create a html file paste the following code in <script></script> tag You have all the items day,date and yea...
  • Circular Queue Code
    //Circular Queue #include<stdio.h> #include<process.h> int front=0,rear=-1,q[5]; int main() { void insertion(int);int deleti...
  • Link List Code
    // Link List #include<stdio.h> #include<stdlib.h> #include<process.h> struct link { int data; struct link *next; }; ty...
  • Quick Sort Code
    //Quick Sort #include<stdio.h> void quick_sort(int*,int,int); int a[5],i; main() { printf("Enter Five values\n\n"); f...
  • Stack Using Link List Code
    // Stack Using Link List #include<stdio.h> #include<process.h> #include<malloc.h> struct link{ int data; struct link ...
  • What is Error of R in android
    Hello friend, This error is because you have something in your java file or xml file whose Resources are not found in the project. And the...
  • How to clear screen in cmd in windows.?
    It's very simple one line command in cmd just run cls  
©Pathshala "A Helping Hand". Simple theme. Powered by Blogger.