How arrays can be passed to a user defined function
No Answer is Posted For this Question
Be the First to Post Answer
Can stdout be forced to print somewhere other than the screen?
How is a null pointer different from a dangling pointer?
What is the diffences between Windows XP and Windows Visa
Want to know how to write a C program that 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.
How do you convert strings to numbers in C?
What is external and internal variables What is dynamic memory allocation what is storage classes in C
consider the following structure: struct num nam{ int no; char name[25]; }; struct num nam n1[]={{12,"Fred"},{15,"Martin"},{8,"Peter"},{11,Nicholas"}}; ..... ..... printf("%d%d",n1[2],no,(*(n1 + 2),no) + 1); What does the above statement print? a.8,9 b.9,9 c.8,8 d.8,unpredictable value
How the C program can be compiled?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
What are the 5 types of organizational structures?
What is structure packing ?
Explain how can I prevent another program from modifying part of a file that I am modifying?