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 Programs

 Click on the links below to view the code of the following C programs

You can find more programs under labels

1.C program to swap two numbers

2.C program to add two number using pointer

3.C program to add two matric 

4.C program for sructure

5.C program to check prime number or not

6.C program to find hcf and lcm of two numbers

7.C program of factorial using call by refrence method

8.C program to calculate factorial for number

9.C program for fibonacci serires

10.C program to calculate factorial using recurssion

11.C program of armstrong number

Bookmark Code Book and visit regularly to get regular update for programming.


Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

No comments:

Post a Comment

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)
      • 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)
  • Tcs question - C program to reverse string using command line
    #include <stdio.h> int main(int argc,char *argv[]) {     int len;      char *ptr;//take pointer to traverse           ptr=a...
  • 1st Sem-Human-Values-Ethics-2015-2016-paper-Utd Rtu Kota
  • 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 deploay project to firebase from my pc..? How to host project to firebase using command line from my pc.?
    Hello friends,  It sounds like very tough that how to host project from pc using command like. But in real it's just two step proc...
  • 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...
  • 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...
©Pathshala "A Helping Hand". Simple theme. Powered by Blogger.