User Profile
Collapse
-
confusion of storing variable?
would anyone tell me when we take a variabel suppose int a; is it create a memory space? when we access a variable with oject .variablename how it shows the value .please, tell how it works in respect or RAM. -
c increment & decrement
sir,
I am a new user of c language .plz. explain me the what will be the output of this code and why?
int i=1;
{
printf("%d%d%d% d",++i,i++,--i,i--);
}
actually I understand ++i or i++ but when using with 2 or 4 variables i am being confused.
plz. explain in details the output of this pr... -
increment
sir,
would u plz .explain me that in c language if I take a value
int p=1;
{
print("%d,%d",+ +p,p++);
}
the output should be 2,1 because first preincrement so , we get 2, then for p we get 1. but it shows different result why? -
How to avoid timeout expired?
sir,
How to avoid timeout expired!
Actually when i click on start debugging my program stops
at con.open()---show a message timeout expired. -
Sir, i actually want to know that how i can write/set the settings name & how i creat/set the setting in a particular drive like d.plz say stepwise. -
-
Settings name in asp.net.
Sir, how to get settings-name in asp.net? ConfigurationMa nager.Appsettin gs["settings-name"].ToString(); plz.say in stepwise? -
How to get postbackurl and ispostback in asp.net?
Sir, i want to know about ispostback in asp.net?
No activity results to display
Show More
Leave a comment: