how to find that no is int or float?

Answer Posted / vignesh1988i

one way according to me is to find through the no. of bytes allocated for that variable or the value itself directly...........


thank u

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is class and object in c?

579


an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational

800


Write the control statements in C language

639


What should malloc() do?

637


Where static variables are stored in c?

581






Write the Program to reverse a string using pointers.

609


Why is it important to memset a variable, immediately after allocating memory to it ?

1546


What is use of #include in c?

588


Is fortran faster than c?

572


What is clrscr in c?

665


What are structures and unions? State differencves between them.

605


What are categories used for in c?

557


Explain what is the difference between the expression '++a' and 'a++'?

620


Why we use void main in c?

584


What are the c keywords?

742