Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~3K People Reached
Favorite Tags

15 Posted Topics

Member Avatar for Kerry

Hi, Your problem can be solved in various way.This program is simplest(but layman process).Here i assumed that input number is in between integer range (i.e.-32768 to 32767) #include<stdio.h> #incliude<conio.h> void reverse(int num) { int i,div; for(i=0;i<5;i++) { if(num>9) { printf("%d",div); break; } div=num%10; num*=/10; printf("%d",div); } } void main() { …

Member Avatar for c0ld sn1ff3r
0
508
Member Avatar for brnprasad630

Hi Brnprasad630, with the #pragma directive, you can use implementation-specific directives of the form: #pragma <directive_name> With #pragma, we can define whatever directives it desires without interfering with other compilers that support #pragma. If the compiler doesn't recognize <directive_name>, it ignores the #pragma directive without an error or warning message. …

Member Avatar for TheAgent1982
0
589
Member Avatar for rishiraj_bayerd

Hi all, I want to appear for the SUN certified Java exam. But I have no idea about it. Please help about it. How i prepare myself for this exam... Please help.... Wating for reply rishi

Member Avatar for Ezzaral
0
210
Member Avatar for kohkohkoh

hi kho, here you take input as a integer.The 001,00001,01,1 is same thing to the cout. If you want to see output as 001 then you take input in a string. thanking you..... Rishi

Member Avatar for Narue
0
181
Member Avatar for rishiraj_bayerd

hi all, when i am going to run a servlet through internet explore,i got a error message "resource not available". I use apache Tomcat 5.5 and jdk1.5.0. CLASSPATH of the CATALINA_HOME and JAVA_HOME are all right. What is the cause behind it? thanking you rishi

Member Avatar for server_crash
0
121
Member Avatar for rishiraj_bayerd

Hi all, How i make a call servlet to servlet.... code & description is needed. Please help me.. Thanking you. Rishi.

Member Avatar for jwenting
1
79
Member Avatar for rishiraj_bayerd

Hi all, i want to read a dat file (vedio file) by a C program. But how it possible ? Help me with some basic tutorial. I am waiting for reply. Thanking you... regards rishi

Member Avatar for jwenting
0
71
Member Avatar for rishiraj_bayerd

Hi all, i want to know [B]how jvm works,internal architecture of jvm.....all the the technical information about jvm[/B]...Because it is my seminar tropic. Please help me......It very urgent... Thanking you.... regards Rishi

Member Avatar for cosi
0
160
Member Avatar for kalinga

[i]content removed by alc6379. We don't do homework problems here for you-- especially not simple ones. [/i]

Member Avatar for rishiraj_bayerd
1
131
Member Avatar for Mahen

Hi mahen, We can calculate decimal number very easily [eg.c=a+b.] we can operate any arithmatical operation on decimal numbers in C. Using atoi(a macro) we can convert a string to integer. Syntax: int atoi(const char *s); Prototype: stdlib.h thanking you... Rishi.

Member Avatar for Mahen
0
128
Member Avatar for rishiraj_bayerd

Hi all, I am final year student of computer science & engineering.I want to konw about how create a fairwall( in ipchain) in my PC.I use Red Hat Linux 9. My another question in how build apachi server. Please help me as soon as possible. thanking you..... with regards Rishi

Member Avatar for DMR
0
129
Member Avatar for rishiraj_bayerd

Hi all, I want to know how java connected to a Oracle database. Please reply. regards Rishi.

Member Avatar for nanosani
0
81
Member Avatar for rishiraj_bayerd

Hi meabed & Naveen, thanks lot for your help. As per your advice i get lot of things.It is out of my expectation.I hope that in future you again help me. Thanking you...... Rishi

Member Avatar for meabed
0
172
Member Avatar for rishiraj_bayerd

Hi Junior Techie, thanks lot for your help. As per your advice i get lot of things.It is out of my expectation.I hope that in future you again help me. Thanking you...... Rishi

0
84
Member Avatar for rishiraj_bayerd

Hi everybody, I am quite familier in C.But i don't any thing about printer port programming.Can you help me......? thanking you... rishi

Member Avatar for Naveen
1
157

The End.