write a program for size of a data type without using
sizeof() operator?
Answer Posted / anil arya
http://stackoverflow.com/questions/1219199/size-of-a-datatype-without-using-sizeof
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How do you determine a file’s attributes?
What is bash c?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Is it better to use malloc() or calloc()?
What is structure in c language?
Why does everyone say not to use gets?
What is a good data structure to use for storing lines of text?
What are structure types in C?
How to delete a node from linked list w/o using collectons?
What is identifier in c?
What is console in c language?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
Explain what is the benefit of using const for declaring constants?
Why clrscr is used in c?
How can you call a function, given its name as a string?