Help help plzzzz.........

  • Work-from-home

SHB_Bhaiya

محمد شعیب ںاصر
Super Star
Jan 31, 2010
51,098
10,427
1,313
39
Karachi
/*This change has been made as per the comment. Thank you anonymous Blog Viewer ... */

wht is ths mean????
oh diya actually there are some problem where i copy it....

This is your programes for print all ASCII value

include<stdio.h>
#include<conio.h>
void main(void)
{
int overtime, pay;
int a =1;
while ( a <= 255 )
{
printf(“%d=%c”, a , a );
a++;
}
getch();
}
 

SHB_Bhaiya

محمد شعیب ںاصر
Super Star
Jan 31, 2010
51,098
10,427
1,313
39
Karachi
SHB ap ko nay kha say programming ki hay ??????
me ne internet se :p

Actually diya i love to be a programmer but me study continue nahi rakh paya aur commerce line join ker li for better future but yeah command ki know how to hai but complete progrmer nahi hon me aur waise mera main maqsad yahab posting ka aap ki help kerna tha kyon keh aap woh ker rahi ho jis ka mujhe junoon tha

Best wishes for your study diya aur jab bohat successful programer ban gayi to tm ko bhool naa jana :p
 
  • Like
Reactions: Don

SHB_Bhaiya

محمد شعیب ںاصر
Super Star
Jan 31, 2010
51,098
10,427
1,313
39
Karachi
good work SHB perhaps you can work with me for next project...if interested throw me a pm

@dia.. everything good now ?
hahahaha DON thanks for such precious invitation ... Kash ke me aap ka sath de pata.... Aik to time ka problem n secondly me itna bara programer nahi bus net se aur kuch books wagera se thori knowoedge the jis se diya sis ki help kerne aaa gaya aur yeah sare programe net se uthaye me ne..... :p
 
  • Like
Reactions: Nelli and Don

SHB_Bhaiya

محمد شعیب ںاصر
Super Star
Jan 31, 2010
51,098
10,427
1,313
39
Karachi
#include <stdio.h>
void main()
{
int c;
printf("Please enter a string, terminate with Ctrl+Z");
for ((c=getchar())!=EOF) printf ("%c%d\n", c, c);
}

You can also use this for same result :)
 

diya.

TM Star
Sep 23, 2010
1,230
665
613
in dreamzzz......


me ne internet se :p

Actually diya i love to be a programmer but me study continue nahi rakh paya aur commerce line join ker li for better future but yeah command ki know how to hai but complete progrmer nahi hon me aur waise mera main maqsad yahab posting ka aap ki help kerna tha kyon keh aap woh ker rahi ho jis ka mujhe junoon tha

Best wishes for your study diya aur jab bohat successful programer ban gayi to tm ko bhool naa jana :p


oh programming ka junon{(wacko)}{(wacko)}{(wacko)}{(wacko)}{(wacko)}{(wacko)}{(wacko)}


ha programming krny may maza ata to hay likn mushkil bhut hay and ap nay programming kuo nae rkh paye agy...........


bs yr dua kro k mera yae computer programming ka course clear ho jaye

and thankx for the help :) :)
 

SHB_Bhaiya

محمد شعیب ںاصر
Super Star
Jan 31, 2010
51,098
10,427
1,313
39
Karachi
Now baki ke answer

Answer no 8

#include<stdio.h>
main()
{
int a [100],p=0,n=0,z=0,m,i;
printf(" enter the nth no:\n");
scanf("%d",&m);
for(i=1;i<=m;i++)
{
printf(" enter %d\n",i);
scanf("%d",&a);
}
for(i=1;i<=m;i++)
{
if( a ==0)
z++;
else if( a >0)
p++;
else
n++;
}
printf("positive=%d \n Negative= %d \n Zeroes= %d \n",p,n,z);

}
 

SHB_Bhaiya

محمد شعیب ںاصر
Super Star
Jan 31, 2010
51,098
10,427
1,313
39
Karachi




oh programming ka junon{(wacko)}{(wacko)}{(wacko)}{(wacko)}{(wacko)}{(wacko)}{(wacko)}


ha programming krny may maza ata to hay likn mushkil bhut hay and ap nay programming kuo nae rkh paye agy...........


bs yr dua kro k mera yae computer programming ka course clear ho jaye

and thankx for the help :) :)
Inshallah zarooor ho ga.... Bus course pass nahi kerna kuch seekh bhi lena....:p

Bohat easy hain just command ka sense samjho

Bus the aik booooohat he personal wajah :) but programming me maza bara aata thaa....
 

diya.

TM Star
Sep 23, 2010
1,230
665
613
in dreamzzz......


inshallah zarooor ho ga.... Bus course pass nahi kerna kuch seekh bhi lena....:p

bohat easy hain just command ka sense samjho

bus the aik booooohat he personal wajah :) but programming me maza bara aata thaa....
ha yae to hay
r ab to kuch kuch any lge hay programming


and u know k sir nay kaha hay k game b bnane hay hmay coding k zariye
 

SHB_Bhaiya

محمد شعیب ںاصر
Super Star
Jan 31, 2010
51,098
10,427
1,313
39
Karachi
Haan to jab tum seekh jao gi to tum poore pooorey forum bana lo gi :) game to bohat choti cheez hai
 
  • Like
Reactions: diya.

Don

Administrator
Mar 15, 2007
11,035
14,651
1,313
Toronto, Ca
yeap... even k jo abhi ap nay yeh line likhi hai is k pehche bhi coding hai...

for example: select your text > right click > click "View Selection Source"
 
Top