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
Write a program which returns the first non repetitive character in the string?
How do I get an accurate error status return from system on ms-dos?
Write a program to print "hello world" without using a semicolon?
What is the significance of an algorithm to C programming?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
What is c basic?
What is a program flowchart?
Where register variables are stored in c?
Do you know what are the properties of union in c?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
What is assert and when would I use it?
How can I call a function with an argument list built up at run time?
Is exit(status) truly equivalent to returning the same status from main?
What does the file stdio.h contain?
Does c have class?