study materials for competitive exams
Menu
  • Home
  • gate 2026
  • Current Affairs
  • UPSC
    • History
    • Sociology
    • Paper Sets
  • Banking
  • Mock Tests
  • Hindi Poems
  • Prog.Codes
    • C/C++
      • All programs
      • Civil Engg.
      • CG programs
      • Flowchart
    • cobol
    • java
    • linux
      • Linux Programs
      • Lex programs
      • yacc programs
  • ppt
Archive for 2013
Linux program to fetch IP address of host machine

Linux program to fetch IP address of host machine

a 05:05 Add Comment
a
/*Linux program to fetch IP address of host machine */ #include"stdio.h" #include"stdlib.h" #include"errno.h" ...
Read More
 Linux program to fetch file from Apache Server

Linux program to fetch file from Apache Server

a 05:03 Add Comment
a
/* Linux program to fetch file from Apache Server */ #include"/usr/include/linux/inet.h" #include"isc/socket.h" #include...
Read More

C programs with flowchart

a 02:49 Add Comment
a
Here is the   index of  C programs provided with their algorithms and flowchart. 1. Hello world.  2. Arthmatic functions  3. Convert temp...
Read More
Activate Windows XP without going online

Activate Windows XP without going online

a 00:20 Add Comment
a
We often came across a problem of activating Windows but we don't wanna go online.So here are the simple steps which will get you rid of...
Read More

Happy independence day

a 12:28 Add Comment
a
Read More

Tools for windows

a 03:45 Add Comment
a
 1.)  Add Tabs With   QTTabBar We are addicted of using tabs since tab browsing has come.We just open 3-4 tabs  surf various websites simul...
Read More

LEX program to check whether a expression is valid or not

a 23:37 Add Comment
a
%{ #include<stdio.h> int a=0,b=0,c=0,d=0,ob=0,cb=0; int flaga=0,flagb=0,flagc=0,flagd=0; %} %% [a-zA-z]+ printf("\n %s is an ide...
Read More
   C program for determination of deflection of UDL on simply supported beam

C program for determination of deflection of UDL on simply supported beam

a 23:10 Add Comment
a
   /*program for determination of deflection of UDL on simply supported beam*/ #include<stdio.h> #include<math.h> void main() { ...
Read More
  C program to determine correction of temperature

C program to determine correction of temperature

a 23:08 Add Comment
a
                              /*program to determine correction of temperature*/ #include<stdio.h> #include<conio.h> void main()...
Read More
 C program to find maximum BM and SF of point load

C program to find maximum BM and SF of point load

a 23:06 Add Comment
a
                      /*program to find max.BM and SF of point load*/ #include<stdio.h> void main() { float w,a,b,l,v,m; clrscr(); pr...
Read More
C program to find distribution factor

C program to find distribution factor

a 23:03 Add Comment
a
                                /*program to find distribution factor*/ #include<stdio.h> void main() { float sum,a,b,c,d,ans1,ans2,a...
Read More
C program to caculate the depth of water applied to the crop

C program to caculate the depth of water applied to the crop

a 23:00 Add Comment
a
                    /*program to caculate the depth of water applied to the crop*/ #include<stdio.h> void main() { int B,D,delta; clrs...
Read More
 C program to calculate dry density of soil

C program to calculate dry density of soil

a 22:56 Add Comment
a
                           /*program to calculate dry density of soil*/ #include<stdio.h> void main() { float dry_density ,wd,v; clrsc...
Read More

Himmat karne walon ki har nahi hoti

a 10:39 Add Comment
a
Read More

YACC program to evaluate an arithmetic expression involving +, - ,* , /

a 23:28 Add Comment
a
LEX program - -> create a file named calci.l and write following program in it. %{ #include"y.tab.h" #include<math.h> ext...
Read More
C program to implement Floodfill algorithm(4-connected boundary)

C program to implement Floodfill algorithm(4-connected boundary)

a 07:26 Add Comment
a
#include<stdio.h> #include<conio.h> #include<math.h> #include<graphics.h> 4-way floodfill using a stack for storage ...
Read More
Bresenham's algorithm to generate circle in third quadrant in anticlockwise direction

Bresenham's algorithm to generate circle in third quadrant in anticlockwise direction

a 23:54 Add Comment
a
#include<stdio.h> #include<conio.h> #include<graphics.h> void main() {      int gd = DETECT, gm;    int x1,y1=0,di,limit=0...
Read More
C program to implement Bresenham's line integer algorithm

C program to implement Bresenham's line integer algorithm

a 02:58 Add Comment
a
#include<stdio.h> #include<conio.h> #include<graphics.h> void main() { int gd=DETECT,gm; int x,y,x1,x2,y1,y2,dx,dy,e,m,k; ...
Read More
C program to implement DDA algorithm

C program to implement DDA algorithm

a 02:57 Add Comment
a
#include<stdio.h> #include<conio.h> #include<math.h> #include<graphics.h> int sign(int); void main() { int gd=DETECT...
Read More
Subscribe to: Posts (Atom)

What's New

HOME LOANS IN NEW DELHI
Powered by Blogger.

Popular Posts

  • BPSC (Prelims) Exam Question Paper-2016
    Download  Question Paper of   60th-62th Common Combined (Pre) Competitive Exam 2016  from here. Exam was held on 12th February, 2017 fro...
  • JAVA code to make Registration,login frame for password manager project
    import java.awt.BorderLayout; import java.awt.Color; import java.awt.GridLayout; import java.awt.event.ActionEvent; import java.awt.event.Ac...
  • इंडिया गेट से संसद तक: नई दिल्ली की कहानी, मेरी नज़र में
    नई दिल्ली का वह हिस्सा, जो इंडिया गेट से शुरू होकर संसद भवन तक जाता है, सिर्फ सड़क या इमारतों का समूह नहीं है। यह भारत की आधुनिक राजधानी की ...
  • FDI limits in different sectors
    Foreign direct investment  ( FDI ) is an investment made by a company or individual in one country in business interests in another country...
  • SSC-Tier III(Descriptive Paper) study materials (English+Hindi)
    The TIER- III of SSC CGL 2016 is for the first time going to be a descriptive paper. It is tentatively to be held on 5th March, 2017.  The...

Blog Archive

  • ►  2026 (2)
    • ►  September (2)
  • ►  2021 (1)
    • ►  April (1)
  • ►  2017 (5)
    • ►  March (1)
    • ►  February (2)
    • ►  January (2)
  • ►  2016 (12)
    • ►  December (1)
    • ►  November (1)
    • ►  August (1)
    • ►  July (1)
    • ►  June (3)
    • ►  April (1)
    • ►  March (1)
    • ►  February (1)
    • ►  January (2)
  • ►  2015 (24)
    • ►  December (1)
    • ►  November (2)
    • ►  October (3)
    • ►  September (1)
    • ►  August (2)
    • ►  July (3)
    • ►  May (3)
    • ►  April (2)
    • ►  March (2)
    • ►  February (2)
    • ►  January (3)
  • ►  2014 (22)
    • ►  December (3)
    • ►  November (2)
    • ►  October (3)
    • ►  September (3)
    • ►  August (3)
    • ►  June (1)
    • ►  April (1)
    • ►  March (1)
    • ►  February (1)
    • ►  January (4)
  • ▼  2013 (19)
    • ▼  November (3)
      • Linux program to fetch IP address of host machine
      • Linux program to fetch file from Apache Server
      • C programs with flowchart
    • ►  September (1)
      • Activate Windows XP without going online
    • ►  August (2)
      • Happy independence day
      • Tools for windows
    • ►  May (1)
      • LEX program to check whether a expression is valid...
    • ►  April (6)
      • C program for determination of deflection of UDL o...
      • C program to determine correction of temperature
      • C program to find maximum BM and SF of point load
      • C program to find distribution factor
      • C program to caculate the depth of water applied t...
      • C program to calculate dry density of soil
    • ►  March (3)
      • Himmat karne walon ki har nahi hoti
      • YACC program to evaluate an arithmetic expression ...
      • C program to implement Floodfill algorithm(4-conne...
    • ►  February (3)
      • Bresenham's algorithm to generate circle in third ...
      • C program to implement Bresenham's line integer al...
      • C program to implement DDA algorithm
  • ►  2012 (33)
    • ►  December (1)
    • ►  October (2)
    • ►  September (1)
    • ►  June (1)
    • ►  March (1)
    • ►  February (9)
    • ►  January (18)
  • ►  2011 (20)
    • ►  December (2)
    • ►  October (1)
    • ►  September (2)
    • ►  August (11)
    • ►  July (4)

Pages

  • Home

Search This Blog

Copyright © 2015 study materials for competitive exams All Right Reserved
Blogger Templates Created by Arlina Design Powered by Blogger