Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

main()
{
float f1=10.5;
double db1=10.5
if(f1==db1)
printf("a");
else
printf("b")
}

Answer Posted / sweet angel

the answer is a.

Is This Answer Correct ?    12 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the advantages of using new operator as compared to the function malloc ()?

1408


Is c dynamically typed?

1213


Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......

2235


a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion

2843


What does the characters “r” and “w” mean when writing programs that will make use of files?

1540


Why do we use null pointer?

1116


What are the different types of objects used in c?

1082


What is bubble sort technique in c?

1039


Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)

1207


What is the purpose of & in scanf?

1122


When is a “switch” statement preferable over an “if” statement?

1209


what is the diffrenet bettwen HTTP and internet protocol

1884


Is a house a mass structure?

1154


What is FIFO?

1840


struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer

1346