What is meant by preprocessor in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to add a given duration with time(24hrs format)
which is the best site or book for learning C...and i need the content for C..how to get the good programming skills....? can plz suggest me....
main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }
4 Answers Vector, Vector India,
pierrot's divisor program using c or c++ code
What is optimization in c?
What is the use of ?
What will be the outcome of the following conditional statement if the value of variable s is 10?
What is wrong in this statement?
related proverb of "dont count your chicken before it hatches"
Are enumerations really portable?
what is void pointer?
Difference between strcpy() and memcpy() function?