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)

Previous year Computer Network 1st MidTerm



at February 13, 2018 No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: Exam Papers

Previous year Analysis Of Algo 1st MidTerm


at February 13, 2018 No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: Exam Papers

Previous year Linux 1st MidTem


at February 13, 2018 No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: Exam Papers
Newer Posts Older Posts Home
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)
      • Previous year Computer Network 1st MidTerm
      • Previous year Analysis Of Algo 1st MidTerm
      • Previous year Linux 1st MidTem
  • ►  2017 (40)
    • ►  December (11)
    • ►  November (5)
    • ►  September (8)
    • ►  April (6)
    • ►  February (10)
  • ►  2016 (24)
    • ►  December (22)
    • ►  November (2)
  • 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...
  • Why my android app is not working.? Why my android app crashes.?
    Hello friends, Here I am going to discuss what are the general and mistakes people do or they forget while making an android app. ...
  • How to clear screen in cmd in windows.?
    It's very simple one line command in cmd just run cls  
  • How to create android app for website.?How to open website in android app
    activity_main.xml Just add webView to xml Main Activity.Java import android.os.Bundle; import android.support.annotation.Nullabl...
  • How to setup android studio.? How to install android studio.? Error in installing android studio.? Windows/Linux/MacOs
    Hello friends, The problem in installing an android studio is very common to all as it's huge setup includes everything in it requ...
  • 01_KnapSack Problem Dynamic Programming
    // A Dynamic Programming based solution for 0-1 Knapsack problem //0_1 knapsack because either we have to take value i.e 1 or discard 0 we...
  • How to make caluculator app using android.?
    activity_main.xml <?xml version="1.0" encoding="utf-8"?> <android.support.constraint.ConstraintLayout ...
©Pathshala "A Helping Hand". Simple theme. Powered by Blogger.