Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
40% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
2 Commented Posts
0 Endorsements
Ranked #3K
~10.6K People Reached
Interests
Programming, Troubleshooting, Automated Testing

10 Posted Topics

Member Avatar for kantze

i give u a DFA that accepts `(a/b)*abb in 'C'` . i think this will helpfull to u.....(Varun Gupta.) /* To Check Whether Input String form DFA for (a/b)*abb */ #include<conio.h> #include<stdio.h> void main() { int i,state=1,n,len; char a[21]; clrscr(); printf("Enter string to check DFA with Max 20 character \n"); …

Member Avatar for adityasai79
0
800
Member Avatar for pushkar honey

when i try to call a .c file in antother i got a error for multidecalaration of main file.i prepare for a medical shop management using c language what can i do???

Member Avatar for dhanushdee24393
0
9K
Member Avatar for y2kshane

since " is a special character you have to use as \" . remember in any programing language we can not use directly these special character so whenever you want to use this or any other character to compile , you always have to use with \ (slash)

Member Avatar for pushkar honey
0
125
Member Avatar for LianaN

Hi, Try to create Applet from Your swing code. This easy to create Applet from Swing code rather than to convert it into JSP. This will reduce your headache and work.

Member Avatar for pushkar honey
0
123
Member Avatar for Arsench

Hi, First of all, I want to know that which oracle version you used. According to my knowlegde, for jdbc connection, classes12.jar file is need to be include in library (if using NetBeans IDE, than simply add to library of project) but I'm trying this for Oracle 10g. Classes12.jar file …

Member Avatar for pushkar honey
0
96
Member Avatar for tanyoyo

I think u have to check ur SMPS ( at any computer hardware shop) that may heat up ur motherboard.............also check ur CPU fan speed.If ur CPU fan speed is lower than 1800 rpm then u have to replace CPU fan.

Member Avatar for babakbet
0
141
Member Avatar for ownedswax

HI...........I think u r infected by viruses............ try "regrun" software to clean automatically or follow this manual procedure............ first open ur comp. in safe mode. then try to open "gpedit.msc" from run.If it open then see in [B]"User configuration->Administrative Templates-> System->"[/B] u find many fields like "Prevent access to registry …

Member Avatar for pushkar honey
0
284
Member Avatar for Red_Indian

right click on My Computer In start menu.go to manage,in there go to user policy n get admin rights for ur account.........try this...............

Member Avatar for bondi007
0
113
Member Avatar for jsk

open ur dos promt,n come in c:\ then type dir /ah this will give u all system files n hidden files, find autorun.inf ,edit it by typing edit autorun.inf n save as in another folder, now copy it with mouse,and paste into ur all drive,this will prompt for replacement of …

Member Avatar for pushkar honey
0
111
Member Avatar for Febin kv

type in run command-msconfig. and open startup,than see if any of following file exist -amvo\avpo\avpa\ampo .exe than uncheck that process and see the location of that file ( this may be in c:\windows\system32\ if ur os in c:\ otherwise in which dir u install ur os,i have on c:\).now restart …

Member Avatar for pushkar honey
0
138

The End.