-
Find the binary form
Write a program to find the binary form for the given charcter input.eg:- for 'A' ASCII value is 65 and its binary form is 1000001.
-
based on type conversion
main(){ printf("%d",(2.5*2.5));}above gives output of 0 plss explain
-
-
-