main() { float a=8.8; double b=8.8; if(a==b) printf("Equal"); else printf("not equal"); getch(); } what is the output? with reason
6 11756any body can explain me door lock test cases,cell phone test cases, table and chair test cases
6 20558Post New CSC Interview Questions
How does closure work in swift?
My name is Akpos from Nigeria. I have finished manual testing course. Please, can someone advise me where to go on from here?
How do I compare two strings in word in java?
What is shell scripting commands?
How do I format all text in excel?
How do you create a workflow rule in SAP Hybris?
I HAVE A INCOMING 100A MCCB TPN 25KA, CABLE LENGHT OF 80M 70MM CABLE SIZE FROM MAIN SUBBOARD TO NEW DB.BASE ON THE FAULT LEVEL SETTING OF 45KA.I WOULD LIKE TO FIND OUT 25KA ENOUGH KA. APPRECIATE IF SOMEBODY CAN ASSIST ME WITH FORMULA FOR THIS. FRM: JEFF
What is the difference between “/” and “XPath //”?
How dir() function is used in python?
Which is faster hashtable or dictionary?
What are the difference between @inject and @injectable?
how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT
Can I run c program in turbo c++?
What are the features of collections management?
What is the purpose of return statement?