what is the function of pragma directive in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is a Deque?
main() { printf("hello%d",print("QUARK test?")); }
What is pointer & why it is used?
swap 2 numbers without using third variable?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
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 C language Terminator?
Tell me when would you use a pointer to a function?
How macro execution is faster than function ?
progrem to generate the following series 1 12 123 1234 12345
What is function prototype?
Difference between null pointer and dangling pointer?