pl. expalin the 2nd point properly......... :smug::thinking:
ya ya i got it :) thank u.... but i have a doubt ..... in ur third printf(); statement , *(c++) is the argument... so the first precedence will...
void main() { int a,*b,**c; a=90; b=&a; c=&b; printf("%u",*(c++)); } can u pl. say the o/p with reasons !!!!!!!!! thank u:undecided
no no , actually i had a debugging test day before yest... that's why i put urgent.... and u are correct , it's purely compiler dependent ... i...
first thank u for ur effort........ Actually i dunno 8086 assembly programming , now only learning ... so only am not able to appreciate ur...
say the output for the following code with explanation how is it implemented inside the compiler : main() { int i=3,j; j=i++ + i++; printf("%d...
Thanks aaaaaaaaallllot :)
actually i need DATA STRUCTURES using only C , i forgot to quote that... if someone finds some EBOOK , pl,,, give me the link :)
can anyone plzz. say a good site to learn DATA STRUCTURES or download Ebook for the same with free of cost ?????????:charming:
file handling in C , consists of an important mode called "rb" , "wb" , "r+b" , "w+b" ... actually what does it mean... :) plz... help me out:)
ok you have posted , but i need it in a single condition .....:D.... using a single condition we can check for all numbers....... (>=,<=,>,<)...
HM-MM... for equality this is correct , for lesser or greater wat will be the logic.... :) :) :nice:
sir , how can it be invalid when the address returns to the main() function....... the main problem is the printf() statement , if i give that...
YA of course.... sir :) it's printing some garbage value... i know it will print garbage value... but I need to know the reason why it's printing...
int * fun(); void main() { int *l; clrscr(); l=fun(); printf("hi : "); printf("%d",*l); getch(); } int *fun() { int j=90; return &j; } pll.......
just u try it sir..... it's simple..... :):):):):)
that's also correct sir.....:nice::nice::nice:
:):):) is that above wrong sir?? according to me is correct!!!:nice:
if am having a file , in that the contents is : iam a citizen of india my name is indian iam a perfect human being. I THINK , THIS U DON'T KNOW...
but sir , using of Goto is not a good sort of coding for a problem.......... :undecided:smug:
Separate names with a comma.