Answer Posted / 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 |
Post New Answer View All Answers
Can we declare a function inside a function in c?
What is the mean of function?
Write a C program in Fibonacci series.
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
What are compound statements?
Do you know the use of fflush() function?
Who is the founder of c language?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What is the full form of getch?
What does void main () mean?
What is a memory leak? How to avoid it?
What is calloc() function?
what is recursion in C
What is the use of printf() and scanf() functions?
How many bytes are occupied by near, far and huge pointers (dos)?