Explain the properties of union. What is the size of a union variable
No Answer is Posted For this Question
Be the First to Post Answer
what is event driven software and what is procedural driven software?
Define function ?Explain about arguments?
2 Answers Geometric Software, Infosys,
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
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.
What are pointers? Why are they used?
how can i get output the following... 5 4 3 2 1 4 3 2 1 3 2 1 2 1 1 and 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 plz plz...
CAN WE DEFINE ANY FUNCTION WITHIN A FUNCTION.
1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output
Write a code to determine the total number of stops an elevator would take to serve N number of people.
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
Where are local variables stored in c?
What is the advantage of an array over individual variables?