write a program for size of a data type without using
sizeof() operator?
Answer Posted / puneet
PLS TYPE ANSWER
| Is This Answer Correct ? | 16 Yes | 12 No |
Post New Answer View All Answers
What is #include called?
What is use of pointer?
Why c is called object oriented language?
Explain the difference between ++u and u++?
What is a built-in function in C?
How do I round numbers?
Explain what is the benefit of using an enum rather than a #define constant?
Explain the binary height balanced tree?
Write a program to use switch statement.
How can I write a function that takes a format string and a variable number of arguments?
What is #ifdef ? What is its application?
What is difference between arrays and pointers?
What does nil mean in c?
In which header file is the null macro defined?
What is a macro?