What are the parts of c program?
No Answer is Posted For this Question
Be the First to Post Answer
Why is c so important?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
Why is this loop always executing once?
Discuss the function of conditional operator, size of operator and comma operator with examples.
n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }
What are the different types of C instructions?
How can we allocate array or structure bigger than 64kb?
How would you obtain the current time and difference between two times?
Why is struct padding needed?
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.
how to add numbers without using arithmetic operators.
what is the use of call back function in c?tell me with example