I AM CS ENGINEER
Tuesday, 11 February 2014
C Code for decimal and Octal numbers
#include<stdio.h>
//code by rajendra lora
main(){
int x=075,y=0117,z=0x60;
printf("x=%x y=%X z=%o\n",x,y,z);
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment