Home
Working with language
Home
Monday, November 3, 2014
How to find the input number is odd or even using C and java
2:04 PM
No comments
Email This
BlogThis!
Share to X
Share to Facebook
Older Post
Home
0 comments:
Post a Comment
Subscribe to:
Post Comments (Atom)
Social Profiles
Popular
Tags
Blog Archives
Draw a binary search tree from the given sequence list the nodes in preorder traversal and inorder traversal [data structure]
The following given sequences list the nodes of a binary search tree in preorder and inorder respectively preorder: G, B, Q, A, C, K, F, ...
How to find the input number is odd or even using C and java
Fun Magic programme
USING C #include<stdio.h> #include<conio.h> int main() { int z; printf("Enter the number you want but don...
How to find the fibonacci series using C and java
UAING C #include<stdio.h> int main() { int i, fibi1, fibi2, fibi3; int k=5 ; fibi1 = 0; fibi2 = 1; printf( "T...
How to swap any two numbers using C and java
USING C #include<stdio.h> #include<conio.h> int main() { int x,y,z; x=5; y=6; z=x; x=y; y=z; ...
Blog Archive
▼
2014
(16)
▼
November
(1)
How to find the input number is odd or even using ...
►
October
(15)
0 comments:
Post a Comment