what is the function of pragma directive in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are integer variable, floating-point variable and character variable?
Why do u use # before include in a C Progam?
what is the difference between const char *p, char const *p, const char* const p
5 Answers Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,
Is it better to bitshift a value than to multiply by 2?
what is the different between if-else and switch statment (other than syntax)
26 Answers CTS, Oracle, Scorpos,
what is the return type of printf
how to find the largest element of array without using relational operater?
What is c system32 taskhostw exe?
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);
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database
2 Answers TCS, Unisys, Webyog,
What is a #include preprocessor?
What is "Duff's Device"?