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 undefined behavior?
how i m write c program 1.check prime number 2.prime number series
#include<conio.h> #include<stdio.h> void main() { int i; if(1,0,2,3) { printf("if"); } else { printf("else"); } getch(); } Can any body tell the answer of this question with explanation?
Why doesn't C have nested functions?
consider the following program sigment int n,sum=1; switch(n) { case 2:sum=sum+2; case 3:sum*=2; break; default:sum=0;} if n=2, what is the value of sum a.0 b.6 c.3 d.none
what are the interview question's in the language c
What is the use of #include in c?
write the program to find multiplication of 2-D matrix??????????
Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)
Why void is used in c?
code for inverse a matrix
program to find the ASCII value of a number