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
Explain what is the difference between the expression '++a' and 'a++'?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
Explain what are bus errors, memory faults, and core dumps?
Explain which function in c can be used to append a string to another string?
Explain bit masking in c?
What is main () in c language?
please explain every phase in the "SDLC" in the dotnet.
write a program to find the given number is prime or not
Is exit(status) truly equivalent to returning the same status from main?
How many bytes is a struct in c?
What is pass by value in c?
code for replace tabs with equivalent number of blanks
Difference between malloc() and calloc() function?
Which header file is essential for using strcmp function?
What is build process in c?