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 data structure in c and its types?
What is mean by data types in c?
What is meant by recursion?
Explain the difference between null pointer and void pointer.
What is formal argument?
Explain what is the benefit of using #define to declare a constant?
What is sizeof c?
Which is the memory area not included in C program? give the reason
How do we open a binary file in Read/Write mode in C?
Difference between malloc() and calloc() function?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
What is NULL pointer?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
What is type qualifiers?
What is quick sort in c?