What is operator promotion?
No Answer is Posted For this Question
Be the First to Post Answer
Diff: between this 2 classes in terms of memory class A { int i; char c; double d; }; class A { double d; int i; char c; }; How it is calculating?
Which of these functions is safer to use : fgets(), gets()? Why?
What is the use of #include in c?
What happens if a header file is included twice?
What is switch in c?
multiple of 9 without useing +,* oprator
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
write program on arrays
write a c program to calculate the income tax of the employees in an organization where the conditions are given as. (I.T. = 0 if income <100000 I.T = 10% if income _< 200000 it = 20% if income >_ 200000)
7 Answers Consultancy, DBU, FD, JK Associates, Kobe, Satyam,
Write a c program to print the sizes and ranges of different data types in c?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
write a 'c' program to sum the number of integer values