Write a C program to count the number of email on text
No Answer is Posted For this Question
Be the First to Post Answer
How to throw some light on the b tree?
what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits
What is the difference between realloc() and free()
Why static is used in c?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
Can the size of an array be declared at runtime?
with out using main how to execute the program?
read an array and search an element
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,
how to connect oracle in C/C++.
Why functions are used in c?
write a program to find out prime number using sieve case?