- Upvotes Received
- 3
- Posts with Upvotes
- 3
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
15 Posted Topics
Re: 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() { … | |
Re: 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. … | |
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 | |
![]() | Re: 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 |
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 | |
Hi all, How i make a call servlet to servlet.... code & description is needed. Please help me.. Thanking you. Rishi. | |
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 | |
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 | |
Re: [i]content removed by alc6379. We don't do homework problems here for you-- especially not simple ones. [/i] | |
Re: 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. | |
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 | |
Hi all, I want to know how java connected to a Oracle database. Please reply. regards Rishi. | |
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 | |
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 | |
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 |
The End.