Why is this loop always executing once?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between i++ and ++i?
What is the use of the restrict keyword?
write a program to print data of 5 five students with structures?
What is memory leak in c?
wite a programme in c to linear search a data using flag and without using flags?
can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance
What is the meaning of && in c?
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.
2 Answers Drona Solutions, Infosys, Vodafone, Webyog,
compare array with pointer?
Why is c called c?
What are # preprocessor operator in c?
if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?