What is the difference between int and float?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
int: Stores integer values (e.g., 1, -10).
float: Stores floating-point numbers (e.g., 3.14, -2.7).
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
int: Stores integer values (e.g., 1, -10).
float: Stores floating-point numbers (e.g., 3.14, -2.7).
| Is This Answer Correct ? | 0 Yes | 0 No |
int: Stores integer values (e.g., 1, -10).
float: Stores floating-point numbers (e.g., 3.14, -2.7).
| Is This Answer Correct ? | 0 Yes | 0 No |
write a program to produce the following output; ABCDEFGFEDCBA ABCDEF FEDCBA ABCDE EDCBA ABCD DCBA ABC CBA AB BA A A
17 Answers ABC, College School Exams Tests,
consagous technology placement paper
1. Write a c pgm to print 1 to 100 without using loops. 2. Write a c pgm for leap year 3. Write a c pgm fibbonacci series,factorial 4. Write a c pgm count no of lines , blanks, tabs in a para(File concept) 5. Write a c pgm to print the letter as per given condition i.e.. if u give 4 out put should b 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 6.how do get the o/p in number from 1 to 100 in the screen without using control statement? 7. who do u print the word "hello world" without using "printf" statement? 8. write sql program to get the detail of student in a class? Definitions: structure union arrays linkedlist macros directives difference b/w pre processorsDiffrence: 1.Constructors and destructors 2.Structure and Union 3.Array and Lists 4.pre processor... 5. Privillages in C++ 6.structure and union 7.break and continue 8.while and dowhile Pgm..
what is output of the following statetment?Printf(“%x”, -1<<4); ?
What is double pointer in c?
What is modifier & how many types of modifiers available in c?
write a recursive program in'c'to find whether a given five digit number is a palindrome or not
Write a c program to print the even numbers followed by odd numbers in an array without using additional array
What is the difference between call by value and call by reference in c?
What is d'n in c?
Total of how many functions are available in c?
Explain how can I convert a string to a number?