what is the benefit of c30
Answers were Sorted based on User's Feedback
ATM machine and railway reservation class/object diagram
How can you tell whether two strings are the same?
we all know about the function overloading concept used in C++ and we all learnt abt that.... but that concept is already came in C in a very smaller propotion ... my question is IN WHICH CONCEPT THERE IS A USE OF FUNCTION OVERLOADING IS USED in C language?????????????
write a program to convert a expression in polish notation (postfix) to inline (normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix
How many header files are in c?
How do c compilers work?
related proverb of "dont count your chicken before it hatches"
What is c++ used for today?
who is the founder of c
19 Answers College School Exams Tests, HP,
why Language C is plateform dependent
#include<stdio.h> void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }
what is unsigened char and what is the difference from char