Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
2 Commented Posts
~5K People Reached
About Me

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.

Favorite Tags

19 Posted Topics

Member Avatar for hackit

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.

Member Avatar for LastMitch
0
227
Member Avatar for leon.lashway

> 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);

Member Avatar for deceptikon
0
435
Member Avatar for hackit

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.

Member Avatar for AleMonteiro
0
143
Member Avatar for hackit

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, …

Member Avatar for Mike Askew
0
2K
Member Avatar for hackit

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 …

Member Avatar for lil_bit
0
396
Member Avatar for hackit

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....

Member Avatar for stultuske
0
258
Member Avatar for on93

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 "*". …

Member Avatar for Tajinderpal
0
230
Member Avatar for I_m_rude

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.

Member Avatar for I_m_rude
0
107
Member Avatar for hackit

I want to learn how to use preprocessor #pragma in C? can anyone please help me to understand..

Member Avatar for Ancient Dragon
0
97
Member Avatar for hackit

hey guys thanx for opening this. I want to see how the scheduling is done in my CPU. can i see it practically.

Member Avatar for Netcode
0
116
Member Avatar for hackit

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 …

Member Avatar for Narue
0
154
Member Avatar for indru

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.

Member Avatar for Narue
-1
233
Member Avatar for hackit

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.

Member Avatar for Reverend Jim
0
184
Member Avatar for hackit

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.

Member Avatar for hag++
0
119
Member Avatar for hackit

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 …

Member Avatar for jingda
0
121
Member Avatar for hackit

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.

Member Avatar for cse.avinash
0
164
Member Avatar for hackit

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 …

Member Avatar for hackit
0
115
Member Avatar for hackit

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; …

Member Avatar for hackit
0
183
Member Avatar for hackit

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.

Member Avatar for JamesCherrill
0
189

The End.