Can You give some sample code to use in Application Adapter[ccf]?
How to increase transfer rate of an hard disk?
My application scenario is to get data from various servers across the network and display that data in segregated format using a very user friendly GUI.The application is a financial application of real
What is the client business process in electronic industry (in mySAP CRM) ? Can any one say how to see how many Business Partners (External List Management) I have created in last week or so. I want to
In Unix/COBOL envirinment, how to get the program-id of a COBOL program when the same program is running.
Take this example:#include int main (){ int a [5]; a [3] = 1111; printf ("3[a] = %dn", 3[a]); return 0;}You notice that I use 3[a] instead of a[3], however, this code works fine but I don't know how.It will be grateful if someone explians to me why and how this code works fine.Thanks.
Why dont we give a & before reading a string in C language? scanf("%s",str); why is it not scanf("%s",&str);
View page [1] 2 3 4 5 6 7 8 9 Next >>

Go Top