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
Describe the difference between = and == symbols in c programming?
C language questions for civil engineering
How can I sort more data than will fit in memory?
What is the difference between procedural and functional programming?
Tell me about low level programming languages.
What is the size of enum in bytes?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
Explain how can I pad a string to a known length?
Is it valid to address one element beyond the end of an array?
Explain modulus operator. What are the restrictions of a modulus operator?
What are header files in c?
Why calloc is better than malloc?
How can you convert integers to binary or hexadecimal?
What are the types of data structures in c?
What is the use of gets and puts?