What is the size of enum in c?
No Answer is Posted For this Question
Be the First to Post Answer
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,
Write a c program to find, no of occurance of a given word in a file. The word is case sensitive.
Can we declare a function inside a function in c?
What are the 4 types of programming language?
Define the scope of static variables.
say the following declaration is correct nr not. int b=a,n=0;
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
what is the full form of c language
here is a link to download Let_Us_C_-_Yashwant_Kanetkar
WHAT IS MEANT BY LIFE?
consider the following program sigment int n,sum=1; switch(n) { case 2:sum=sum+2; case 3:sum*=2; break; default:sum=0;} if n=2, what is the value of sum a.0 b.6 c.3 d.none
Why main is not a keyword in c?