Mysterious Code
Menu
Widgets
Social Links
Search
Skip to content
Home
Contact us
About us
Privacy Policy
Dribbble
Facebook
Flickr
Instagram
Pinterest
Tumblr
Twitter
RSS Feed
Follow us on FB
Blogroll
About
Search for:
Contact us
Your Name:
E-mail Address *:
Message *:
0 comments:
Post a Comment
Home
Popular Posts
Use Captcha Code in a form in Codeigniter by using PHP script
Now go to Controller Under your Insert function () make this function public function insert() { $this->load->datab...
Write a C Program for Single Link List to perform Insert, Delete & Print data.
C Program for Single Link List to perform Insert, Delete & Print #include <stdio.h> #include <stdlib.h> typedef struct Nod...
Write a Program for compare Strings by using If in C ?
Compare Strings by using If #include<stdio.h> #include<string.h> main() { char a[100], b[100]; printf("Enter the f...
Send Password Through Mail by accessing database.
Make this Function into your Controller and call this function on to your Viewpage. function send_password() { $this->d...
Calculate day hours and minutes between Registration Date and current Datetime.
Make this function into your Model. function dateDiff($date) { $mydate= date("Y-m-d H:i:s"); $theDiff="...
Write a C program to find ncr and npr value ?
C Program for finding the value for Combinations & Permutations. #include<stdio.h> #include<conio.h> long factorial(int...
How to Check Palindrome String in C ?
What is Palindrome? It's a word, phrase, or sequence that reads the same backwards as forwards, e.g. malayalam , madam or nurses r...
Write a C Program to Generate All Possible Combinations of a Given List of Numbers in Linux.
C Program to Generate All Possible Combinations of a Given List of Numbers. It's successfully compiled and run on a Linux system. ...
Calculate Distance Between given by Latitude and Longitude in Php
<?php <----- Remember South latitudes are negative, east longitudes are po...
Write a C Program for Depth First Binary Tree Search Recursion in Linux.
C Program for Depth First Binary Tree Search Recursion in Linux. Source Code: #include <stdio.h> #include <stdlib.h> ...
About
Total Pageviews
Blog Archive
▼
2020
(2)
▼
August
(2)
Write a C Program for Single Link List to perform ...
Write a C program for Creation of Binary Tree.
►
2018
(1)
►
April
(1)
►
2017
(54)
►
June
(9)
►
May
(7)
►
April
(12)
►
March
(3)
►
February
(23)
Mysterious Code. Powered by
Blogger
.
About Me
Amit Bhardwaj
View my complete profile
0 comments:
Post a Comment