What are the types of data structures in c?
No Answer is Posted For this Question
Be the First to Post Answer
Average of a couple 10 years ago was 25. The average remains same after having a child and twins after 3 years. What is the present age of the first child
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 can I find out if there are characters available for reading?
What is nested structure?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
second highest number in a given set of numbers
write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?
Is array a primitive data type in c?
How is a pointer variable declared?
What are nested functions in c?
What is wrong in this statement? scanf(“%d”,whatnumber);