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
Is c dynamically typed?
When was c language developed?
What is meant by high-order and low-order bytes?
How many levels of pointers can you have?
What type of function is main ()?
Can we change the value of static variable in c?
What happens if a header file is included twice?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
What is indirection in c?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
What is context in c?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
How was c created?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none