- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
i want to learn programming. i love to find out the logic. i love programming because it has a sense there is nothing in computer which occursw without any reason.
19 Posted Topics
i want to use uize's calculator in my website i am trying it for three days but can't it how to use it. Please if anyone can tell me how to use it then please let me know as soon as possible. ![]() | |
Re: > scanf("%[^\n]", stringName); [^\n] represents that when a user press enter then the scanf function must be terminated. for ex- if you want to terminate your program at a ";"(without quotez) sign ou can use scanf("%[^;]",stringname); | |
Hello guys.. i am developing a "College" website for my college project. I want to use validator as are in www.techrepublic.com on the input fields. please help me by providing guidelines. | |
Hiii... I am a beginner to c#. I want to know how to get date from the console window in c#. As i want that on the console window user is asked to enter the date in (dd/mm/yy) format. And then i can extract the day in a variable iDay, … | |
I am learning C. After completing the common core part. I found this unique program which will allow the user to create his own format specifier which will use "%b" as format specifier to convert a integer directly into binary. I want to know more about this code. How it … | |
I read that every class extends a object class by default. then it should cause multiple inheritence and must not be supported by Java. Please help me about this.... | |
Re: To print that output you have to use three loops. 1.) one is the outer loop used to present the rows. 2.) second is a inner loop which will print spaces. 3.) third is again a inner loop which will be placed just after secong loop and will print "*". … | |
![]() | Re: If u want to learn about dynamic programming then you should learn data structure like linked list, trees etc. It will help you a lot in learning dynamic programming. ![]() |
I want to learn how to use preprocessor #pragma in C? can anyone please help me to understand.. | |
hey guys thanx for opening this. I want to see how the scheduling is done in my CPU. can i see it practically. | |
i found a very simple program that is very simple but have a great logic. [CODE] #include<stdio.h> #include<conio.h> void main() { int B=1; printf("%d\n%d\n%d",b=15,b>9,b<9); getch(); } [/CODE] this seems very simple to me but the output is very strange to me OUTPUT:- 15 0 1 I tried very much to … | |
Re: hey if u want to make your career in C that is really awsum. here are some books to help you 1.) C in Depth 2.) Expert in C 3.) A to Z of C these books will really help u. | |
guys i just read a vulnerability in the calculator of windows. vulnerability is like this: *) open calculator *) type 4 and then take its square *) then minus two from the result shocked.... answer should be 0 but it shows a different answer.. please help me on this. | |
i ask my teacher why java doesn't support pointers my teacher reply me that it is because pointer's are very hard to understand so java doesn't support the pointers. but i don't think that it is true. please help me by giving the right reason. | |
hello guys. i am a student of B.Tech with Computer Science branch. i want to make my career in programming and security testing. I found this site very good. In it all the problems are solved easily and very fast. Guys help me if you any suggestions to give me … | |
i want to learn the complete working of pointer in c. i tried it many times but it is very difficult so please help me. | |
I am given a assignment in college to make a project in java. i want to make program in java but my teachers advice to make a system program not application program. But i don't know anything about system programming in java so please guys suggest me topics and also … | |
i want to make a program that contains two main classes and they call each other. [CODE]class Main1 { public static void main(String arg[]) { for(int i=0;i<5;i++) System.out.println(i); Main2 m1=new Main2(); } } class Main2 { public static void main(String arg[]) { static int j=0; for(int i=0;i<5;i++) System.out.println(i); if(j==3) break; … | |
Hii guys.... i am a new programmer of java. i want to implement a problem using CALL BY REFERENCE as i have done in C. please help me to do this. |
The End.