Answer Posted / hr@tgksolutions.com
The sizeof operator determines the size of a data type or variable in bytes.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When should you not use a type cast?
How to delete a node from linked list w/o using collectons?
What does sizeof return c?
What is #include cctype?
pierrot's divisor program using c or c++ code
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
Why can’t we compare structures?
What is sizeof c?
What is .obj file in c?
How can I call fortran?
what is a constant pointer in C
What is stack in c?
What is the description for syntax errors?
What does %d do?
What is extern keyword in c?