What is assignment operator?
No Answer is Posted For this Question
Be the First to Post Answer
What are loops c?
What is the use of the sizeof operator?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
how to find sum of 5 digits in C?
main() { int i = 10; printf(" %d %d %d \n", ++i, i++, ++i); }
What is the stack in c?
Study the Following Points: a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static 1. Which of the Following Statements are true w.r.t Bit- Fields A)a,b&c B)Only a & b C)Only c D)All
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
what is the first address that gets stored in stack according to a C or C++ compiler???? or what will be the first address that gets stored when we write a C source code????????
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,
Is c is a high level language?
What is s in c?