What is the advantage of using #define to declare a constant?
No Answer is Posted For this Question
Be the First to Post Answer
What is the mean of this statement:: if(int i=0 * i=9)
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
How does free() know how many bytes to free?
What is pragma in c?
Table of Sudoku n*n
Explain what is the best way to comment out a section of code that contains comments?
Toggle nth bit in a given integer - num
What is volatile variable how do you declare it?
What is Full Form of C and Why We use C
What is difference between structure and union with example?
write c program without semicolon
11 Answers MindTech, TCS, Wipro,
main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }