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
What is pre-emptive data structure and explain it with example?
What is type qualifiers?
Why is c called "mother" language?
What is a program flowchart and explain how does it help in writing a program?
What are runtime error?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What is clrscr ()?
what is the basis for selection of arrays or pointers as data structure in a program
What is the size of a union variable?
What does malloc () calloc () realloc () free () do?
What are the properties of union in c?
What is calloc in c?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
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