Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
0 Endorsements
Ranked #4K
~333 People Reached
Favorite Tags
Member Avatar for Pardess

i am responsible to develop a database for an organization, and i want to develop a centralized database system. i decided to use PHP as fornt-end and mysql as back-end and wamp server as web server... now i dont know how to implement it and will you tell me that …

Member Avatar for pritaeas
0
66
Member Avatar for ram619

Here the val should print the max number but its printing some address. When i tried to print while in loop, it printed the largest number but in the next line it again printed the address. please tell me whats wrong. Thanks [code=c]#include<stdio.h> #include<conio.h> int main() { int arr[5][5]={ 2,4,8,11,15, …

Member Avatar for ram619
0
122
Member Avatar for james85

i have a problem when i use: [code] do { printf("press only A to continue):\n"); x=getchar(); }while(x!='A'); [/code] if i press anything the program prints me the message multiple times

Member Avatar for Aia
0
145