Answer Posted / 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 |
Post New Answer View All Answers
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
Explain what is a pragma?
How can I find out if there are characters available for reading?
How would you rename a function in C?
Is c weakly typed?
What is the use of typedef in c?
How many types of operator or there in c?
What is property type c?
What does a function declared as pascal do differently?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
Why c is procedure oriented?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
In C programming, how do you insert quote characters (‘ and “) into the output screen?
Explain the difference between getch() and getche() in c?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.