What is wrong with this program statement? void = 10;
No Answer is Posted For this Question
Be the First to Post Answer
What is chain pointer in c?
difference between function & structure
What is a loop?
What is the use of the restrict keyword?
Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?
union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }
How many keywords are there in c?
How to calculate sum
hi any body pls give me company name interview conduct "c" language only
What is use of #include in c?
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.
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?