how to find the size of the data type like int,float
without using the sizeof operator?
Answer Posted / abc
How can char * hold address of float????
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Explain how many levels deep can include files be nested?
What is the size of structure in c?
What is the use of structure padding in c?
how do you programme Carrier Sense Multiple Access
Explain enumerated types.
How can I get the current date or time of day in a c program?
What the different types of arrays in c?
how many key words availabel in c a) 28 b) 31 c) 32
Write the control statements in C language
What is substring in c?
What is a constant and types of constants in c?
What is c programming structure?
what are the 10 different models of writing an addition program in C language?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
What are loops c?