When should you use a type cast?
No Answer is Posted For this Question
Be the First to Post Answer
f1() { f(3);} f(int t) { switch(t); { case 2: c=3; case 3: c=4; case 4: c=5; case 5: c=6; default: c=0;} value of c?
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,
program to print circle structure
main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }
How can I use a preprocessorif expression to ?
What are register variables in c?
What is the right type to use for boolean values in c? Is there a standard type?
how can i sort numbers from ascending order and descending order using turbo c..
related proverb of "dont count your chicken before it hatches"
What is c++ used for today?
a simple c program using 'for' loop to display the output 5 4 3 2 1
How do I access command-line arguments?