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
Why is c still so popular?
Why is c called c?
explain what is an endless loop?
Give me the code of in-order recursive and non-recursive.
What is dynamic memory allocation?
What standard functions are available to manipulate strings?
What does 1f stand for?
What is selection sort in c?
What does struct node * mean?
Tell me what is null pointer in c?
What is meant by high-order and low-order bytes?
What is the benefit of using const for declaring constants?
What is || operator and how does it function in a program?
What is a pointer variable in c language?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.