ExpertMicroPro
Saturday, 6 December 2014
Write an ALP program for for substraction operation?
Posted by Madan
Posted on 22:10
Categories:
ALP
,
embedded programming
Email This
BlogThis!
Share to X
Share to Facebook
Newer Post
Older Post
Home
Popular Posts
Interview Questions in VVDN Technologies, Chennai
Interview Process: First -Written test was about aptitude, basic electronics & C programming second - Two Interviews was mostly f...
Scope resolution Operator in C++ with examples and effective diagrams
Scope resolution is an operator(::) which gives access to control the global variables in-spite of local variables exist. ...
8051 flag bits and program status word register(PSW)
PSW(Program status word) Register is to observe the bit level manipulations takes place in any arithmetic calculation. ...
Basic C Programs
Program to find weather given number has square root or not #include<stdio.h> main() { int n,temp,f; printf("enter any number\n...
C Program to print RHOMBUS pattern using alphabets
Program to print pattern #include<stdio.h> main() { int i,j,k,n; char ch='A'; printf("enter value for n\n"); scan...
C++ program to check the person is eligible for voting or not
#include<iostream.h> #include<constream.h> #include<string.h> void main() { clrscr(); int age; ...
Basic Chatting application(Half Duplex Communication) using UDP Programming
UDP Programming for client #include<stdio.h> #include<sys/ipc.h> #include<sys/socket.h> #include<sys/stat.h> #inc...
C Program to find Area and Perimeter of a circle
Program to find Area & Perimeter of a circle //#define pi=3.14; #include<stdio.h> main() { float l,b,r,arear,perr,areac,perc,pi...
Function overloading Concept with lot of examples
The following rules are applicable for implementing function overloading concept. 1) Function name should not be a keyword. Meani...
Recruitment process in VVDN Technologies, Chennai
These are the rounds VVDN Tech conducted for us. Round-1: First round is written test, it is not objective but descriptive. The writte...
Recent Posts
Categories
8051
ALP
bookmarks
Btech Model Papers
btech previous papers
BTech TextBooks
C Interview Questions
C Language
C Programming
C++ Programming
Computer Tips
CPP
dictionaries
Embedded C
embedded programming
EmbeddedSystems
Internet Tips
interview experience
Interview Purpous
Network Programming
os concepts
pointers
previous papers
programming
Protocols PPTs
SuccessStories
TCPIP
TextBooks
UDP
Unix PPTs
Unix Programing
UNIX Theory
Text Widget
Blog Archive
►
2015
(66)
►
February
(65)
►
January
(1)
▼
2014
(242)
▼
December
(215)
Process and Process management in UNIX
Copy Constructor in C++ to reduce code complexity
Dynamic memory allocation in C++
Role of repeaters,bridges and hubs in Network Comm...
Overview of UNIX system
Important feature of C++: Encapsulation
inline to reduce transitions between function calls
Function overloading Concept with lot of examples
Functions related to C++
Scope resolution Operator in C++ with examples and...
Introduction to C++| Practical approach to C++
C Program to print student details by using condit...
C program to print array elements with references
C program to find sum of two arrays
C program to find memory locations of array elements
C Program to pass 2D_Array using malloc function
C program to sort a 2D array
C program to Sort an array without using strcmp
C program to Sort an array by using strcmp
C program to tell the importance of file based pr...
C Program to read a source file by using fgets
C program for Pointers with address references
C Program to print strings through command line
C Program to print Binary Equivalent of a number
C Program to print Binary Equivalent of a number
C program for the Implementation of atoi function
Dynamic Memory allocation concept Related to 1D array
C Program to print integer equivalent of character
C Program to print a number in octal,decimal,hexa ...
C Program to find Area and Perimeter of a circle
C Program to find Average of numbers
C Program to swap two numbers without using third ...
C Program to find sum of digits of a number using ...
C Program to find square root of a number
C Program to print a number is palindrome or no
C Program to convert decimal number to any other n...
C Program to find Armstrong numbers with in partic...
C Program to print Fibonacci series
C Program to find Factorial of a number
C Program to view the difference between data types
C Program to find square and cube of a number
C Program to convert a number into HexaDecimal format
C Program for checking weather given number is Arm...
C program to reverse a number
C program without main with 2 functions
C Program to access a character from getchar function
C Program to explain escape sequences
C Program to print average of two numbers
C Program without main
C Program to examine various loops
C Program to examine loops concept
C Program to print size of various data types
C Program to understand data types
C Program to examine int,float data types
C program to perform various manipulation operati...
C program to check various manipulation operations...
C Program to evaluate an expression
C Program to print pyramid pattern
C Program to print RHOMBUS pattern using alphabets
C program to print triangle pattern using '*' symbol
C Program pattern for REVERSE RHOMBOUS
C Program to print RHOMBOUS Pattern using '*' symbol
C Program to print alphabets in the form of right ...
C program to read a string by using gets function
C Program to print sum of integers through command...
C program to convert a string into Upper Case
C program to remove string2 from string1
C Program to reverse a string by using functions
C program to replace string2 in string1 at particu...
C Program to replace particular character with * s...
C Program to reverse given string
C program to find how many times str2 found in str1
C Program to find location of character in a string
C Program to print only Alphabets and remove remai...
C Program to remove a particular string from exist...
C program to remove a particular character from st...
C program to view differences between length of st...
C program to add records of students by using stri...
C Program to print Sum of integers through command...
C program to print Cube Root Of a Number
C Program to print Multiplication Tables
C Program to swap two numbers using different methods
C Program to check size of Various C data types
C program to reverse bits of an integer
C Program to view the size of an integer
C program to check properties of printf function
C program to print sum and product of ODD numbers
C program to find sum of digits of a number
C program to print power of a number
C program to address of pointers
C Program to check logical operations(set bit, cle...
C Program to check logical operations by using if ...
C Program to check various logical operations bitwise
C Program to find the grade of student by using an...
C Program to observe Logical operations behaviour
C Program to print integer range
C program to view the difference between implicit ...
C program for observe results of floating point va...
C Program to check results of various Arithmetic o...
Program to check operator results #include<stdio...
►
May
(3)
►
April
(22)
►
March
(1)
►
February
(1)