What are the advantages of using macro in c language?
What is a program flowchart and how does it help in writing a program?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
What the advantages of using Unions?
what is diffrence between string and character array?
What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }
int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?
write a program that prints a pascal triangle based on the user input(like how many stages) in an efficient time and optimized code?
Explain what is the difference between declaring a variable and defining a variable?
What is malloc return c?
What does sizeof function do?
What is external variable in c?
What is the mean of this statement:: if(int i=0 * i=9)