What’s a signal? Explain what do I use signals for?
No Answer is Posted For this Question
Be the First to Post Answer
Write a simple program to find the size of different basic data types in C.
Explain b+ tree?
Why is main function so important?
Tell me is null always defined as 0(zero)?
What are reserved words with a programming language?
What is the maximum length of an identifier?
How to add two numbers without using semicolon n c????
How many levels of pointers can you have?
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
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,
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*