why we are using float in C
Answers were Sorted based on User's Feedback
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
Is c procedural or functional?
program for validity of triangle from 3 side
Can we declare variables anywhere in c?
what is a constant pointer in C
Why enum is used in c?
an algorithem for the implementation of circular doubly linked list
Can we initialize extern variable in c?
What is a spanning Tree?
a C prog to swap 2 no.s without using variables just an array?
main() { charx; while (x=0;x<=255;x++) printf("\nAscii value %d Character %c,x,x); }
What is the use of typedef in structure in c?