when to use : in c program?
Answers were Sorted based on User's Feedback
How reliable are floating-point comparisons?
What is Function Pointer? Explain with example?
What is pointer and structure in c?
What is volatile keyword in c?
Explain the use of fflush() function?
Write a C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.
What is build process in c?
How can my program discover the complete pathname to the executable from which it was invoked?
What is structure of c program?
p*=(++q)++*--p when p=q=1 while(q<=6)
a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none
Write a c program to sort six numbers and find the largest one by using the ladder of if-else? plz do help me