Answer Posted / hr@tgksolutions.com
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
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
What are header files in c?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
Explain the difference between null pointer and void pointer.
What is infinite loop?
What are the 4 types of programming language?
How pointers are declared?
What does %p mean?
How can I sort a linked list?
What is array in C
How are variables declared in c?
Explain how are 16- and 32-bit numbers stored?
Why is C language being considered a middle level language?
What is void main ()?
What are pragmas and what are they good for?