how to find the size of the data type like int,float
without using the sizeof operator?
Answer Posted / gururaj
Vishnu,
How can char * hold address of float????
| Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
What are the uses of a pointer?
C language questions for civil engineering
What does it mean when the linker says that _end is undefined?
What does the error message "DGROUP exceeds 64K" mean?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
What is the advantage of an array over individual variables?
What is an array in c?
How can I get back to the interactive keyboard if stdin is redirected?
What is pointers in c with example?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
What is break statement?
How old is c programming language?
What is malloc return c?
What library is sizeof in c?
Explain how do you view the path?