Why is struct padding needed?
No Answer is Posted For this Question
Be the First to Post Answer
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed
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,
What is an operator?
what is diff between localstatic and globalstatis variable possible 2 use in another file...?
Explain the properties of union. What is the size of a union variable
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
What is wrong with this program statement?
What is maximum size of array in c?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
Reverse the bit order in a single macro. eg. i/p = 10010101 --> o/p = 10101001
Why shouldn’t I start variable names with underscores?