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
Why structure is used in c?
What is a wrapper function in c?
diff between exptected result and requirement?
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 []);
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
What is advantage of pointer in c?
Can main () be called recursively?
Write a program to show the change in position of a cursor using c
What is context in c?
Can stdout be forced to print somewhere other than the screen?
What is the use of static variable in c?
How many types of errors are there in c language? Explain
Why do some versions of toupper act strangely if given an upper-case letter?
What is the difference between declaring a variable by constant keyword and #define ing that variable?