main()
{
float f1=10.5;
double db1=10.5
if(f1==db1)
printf("a");
else
printf("b")
}
Answers were Sorted based on User's Feedback
What are global variables and how do you declare them?
What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?
in iso what are the common technological language?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
Why c is a mother language?
c program to compute Income tax and Net Salary for its employees. The company offers tax relief of Kshs. 650 for single employees and Kshs. 1,100 for married employees. The relief will be deducted from the Gross salary, to give the taxable income. This will be computed at the following rates: [10mks] Taxable Income Rate (%) <5000 0 5000-19999 6 20000-36999 9 37000 and above 16
what will be the output of this program main() { int i=1; while (i<=10); { i++; } }
Can you subtract pointers from each other? Why would you?
Is it possible to create recycle bin in mobiles?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
swap 2 numbers without using third variable?
diff between exptected result and requirement?