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
What is calloc() function?
How does free() know explain how much memory to release?
Why is extern used in c?
What is a function simple definition?
Can you please explain the difference between strcpy() and memcpy() function?
what is the difference between 123 and 0123 in c?
what are the 10 different models of writing an addition program in C language?
Is c easy to learn?
What is #include stdio h and #include conio h?
how could explain about job profile
using for loop sum 2 number of any 4 digit number in c language
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
What is the heap in c?
What is difference between structure and union with example?
Is a pointer a kind of array?