Java,C++ And C Coding
Coding Of Java,C and C++ Programs...
Pages
(Move to ...)
Coding World....Please Leave your Comments
▼
Tuesday, 25 December 2012
WAP to enter numbers(Using File Handling) and print them.
›
#include<stdio.h> #include<conio.h> void main() { FILE *fp; int n; fp=fopen("file.txt","w...
1 comment:
Monday, 26 November 2012
WAP to enter a number to sum it to Single Digit.(Using Recussion Function))
›
WAP to enter a number to sum it to Single Digit . Input: 1256 Output: 5 #include <stdio.h>...
Monday, 19 November 2012
WAP to print the the second highest element in an array(using function).
›
WAP to print the the second highest element in an array.(using function) #include <stdio.h> int second(int a[]) { int i,j,n; ...
Thursday, 8 November 2012
WAP to accept an amount from the user and display the number of different denominations.
›
WAP to accept an amount from the user and display the number of different denominations. INPUT: 1288 OUTPUT: No. of notes of Rs.100 = 12 ...
WAP to enter a natural number and Display all the possible combination of consecutive numbers
›
WAP to enter a natural number and Display all the possible combination of consecutive numbers which add up the give the sum equal to the o...
WAP to to enter a string and Print the consecutive character.
›
WAP to to enter a string and Print the consecutive character. INPUT: UNDERSTANDING COMPUTER APPLICATION OUTPUT: D and E are consecu...
Wednesday, 7 November 2012
WAP to print the possible combination of a Three Letter Word.
›
WAP to print the possible combination of a Three Letter Word . INPUT: TOP OUTPUT: TOP ...
›
Home
View web version