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 pre-emptive data structure and explain it with example?

3322


What is type qualifiers?

767


Why is c called "mother" language?

948


What is a program flowchart and explain how does it help in writing a program?

789


What are runtime error?

728






Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

1554


process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,

2000


What is clrscr ()?

723


what is the basis for selection of arrays or pointers as data structure in a program

3882


What is the size of a union variable?

685


What does malloc () calloc () realloc () free () do?

675


What are the properties of union in c?

679


What is calloc in c?

780


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

680


To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9

2312