Why is #define used?
No Answer is Posted For this Question
Be the First to Post Answer
write a program wch produces its own source code aas its output?
What are unions in c?
What are the types of functions in c?
What are pointers in C?
Why c is called object oriented language?
What is getche() function?
what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")
7 Answers Cadence, JNTU, Zen Technologies,
What is the difference between File pointer and Internal Charecter Pointer?
What is static function in c?
what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
how to create duplicate link list using C???