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
What are logical errors and how does it differ from syntax errors?
all c language question
Can you write the function prototype, definition and mention the other requirements.
What does s c mean in text?
What is self-referential structure in c programming?
Why is it important to memset a variable, immediately after allocating memory to it ?
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.
What happens if a header file is included twice?
What is the most efficient way to count the number of bits which are set in an integer?
What is hashing in c?
What is calloc in c?
How do you use a 'Local Block'?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
What is the purpose of main() function?