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
Write a program to print numbers from 1 to 100 without using loop in c?
What is else if ladder?
How can you find the day of the week given the date?
What is the difference between class and object in c?
What is declaration and definition in c?
What is a function in c?
Is there any demerits of using pointer?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
What are data structures in c and how to use them?
Is it possible to initialize a variable at the time it was declared?
What does c in a circle mean?
What is preprocessor with example?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What is volatile keyword in c?
How does free() know explain how much memory to release?