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
What are dangling pointers in c?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What are the types of data files?
Explain how do you determine the length of a string value that was stored in a variable?
How can I call fortran?
What is the difference between void main and main in c?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
Write a program to print ASCII code for a given digit.
What is logical error?
What is break statement?
Where register variables are stored in c?
What is the difference between near, far and huge pointers?
Why pointers are used?
How can I run c program?