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
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
Why do we use static in c?
What is malloc calloc and realloc in c?
Can a file other than a .h file be included with #include?
Why & is used in scanf in c?
What are called c variables?
Why do we need volatile in c?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
What does 1f stand for?
What is the use of typedef in c?
Explain what are compound statements?
What is a macro?
Is c easy to learn?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
Why is it that not all header files are declared in every C program?