#define CUBE(x) (x*x*x)
main()
{ int a,b=3;
a=cube(b++);
printf("%d %d",a,b);
}
What should be the value of a and b? My calc a=4 but syst
a=6 how pls tell me if you know it?
can we allocate memory for interface? if no then why?
24
How to Call an IB stored procedure using TStoredProc?
84
Hey this is venkatesh.Please can any body tell me what is
SFLNXTCHG?where we use this keyword?what perpuse we use
this?Can you tell me in real time senario with example?
And in 7 specification(RPG/400)what is the mandatory
specification using programs?
90
How to Connect to a remote CORBA server?
83
Can I use the AssignPrn method to write directly to a port?
118
How to send a response early in a web application action?
98
How to Display the first frame of an AVI File ?
113
help me i need a c++ program which takes sequesnce
of characters and outputed sequence of their token taypes,
work same compiler in lexical analysis phase
143
How to Convert from Long to Short file names and paths ?
154
what is difference between input parameter and output parameter.
hai iam working in sap sd module for one year and working
in lumax ind ltd in desp department but my problem is i
have done m.b.a in hr/marketing and working sap sd there is
any combination it. can you give right solution of my
problem. and what can i do?
C program to find all possible outcomes of a dice?
175
How to set fixed width in particular <td> in html? if i type
more character in this <td> it will not push near <td>. this
is my question. can u tell me the answer...