What is structure padding in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is signed and unsigned?
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,
Where static variables are stored in memory in c?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
what do you mean by inline function in C?
Write a program using bitwise operators to invert even bits of a given number.
how to find the size of the data type like int,float without using the sizeof operator?
What are the similarities between c and c++?
Give me basis knowledge of c , c++...
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
What are the different types of control structures?
a value that does not change during program execution a) variabe b) argument c) parameter d) none