Explain #pragma statements.
No Answer is Posted For this Question
Be the First to Post Answer
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
Suppose I want to write a function that takes a generic pointer as an argument and I want to simulate passing it by reference. Can I give the formal parameter type void **, and do something like this? void f(void **); double *dp; f((void **)&dp);
Dear Sir, we are required the bubble sorting programs Regs Prem
How does memset() work in C?
post new interiew question and aptitude test papers
WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"
How can we see the Expanded source code and compiled code for our source program in C?
What is the c value paradox and how is it explained?
WAP to accept first name,middle name & last name of a student display its initials?
Difference between fopen() and open()?
What is a class c rental property?
write a program to copy a string without using a string?