GeekInterview.com
Submitted Questions

Convert binary number to octal

Asked By: seoraju | Asked On: Feb 17th, 2009

Write a C program to convert a binary number to its corresponding octal number.

Answered by: kakiharanadh on: Apr 13th, 2009

#include<stdio.h>#include<conio.h>main(){    int i=12;    void printoctal(int,int);    printoctal(i,i);    getch();}void printoc...

Interview Question

 Ask Interview Question?

 

Career Counselling

 Have Career Question?

 Ask Chandra

 Ask Only Career questions.

Follow us: