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


Please Help Members By Posting Answers For Below Questions

Why structure is used in c?

838


What is a wrapper function in c?

856


diff between exptected result and requirement?

1824


write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);

2131


what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?

2131


how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?

1705


What is advantage of pointer in c?

938


Can main () be called recursively?

900


Write a program to show the change in position of a cursor using c

844


What is context in c?

750


Can stdout be forced to print somewhere other than the screen?

874


What is the use of static variable in c?

842


How many types of errors are there in c language? Explain

783


Why do some versions of toupper act strangely if given an upper-case letter?

862


What is the difference between declaring a variable by constant keyword and #define ing that variable?

3046