Difference between pass by reference and pass by value?
No Answer is Posted For this Question
Be the First to Post Answer
Which is best book for data structures in c?
write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.
Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?
differnce between do and do while
Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?
What is the function of this pointer?
0 Answers Agilent, ZS Associates,
What is an example of structure?
how can use subset in c program and give more example
ratio,age,persentage
How can I make it pause before closing the program output window?
#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }
what is void pointer?