Answer Posted / nashiinformaticssolutions
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
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
What is the purpose of ftell?
Explain about the constants which help in debugging?
Are pointers integer?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
Why is structure important for a child?
Why does this code crash?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
Why doesnt that code work?
What is static memory allocation?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
What is the difference between volatile and const volatile?
Explain what is the benefit of using an enum rather than a #define constant?
Why do we use stdio h and conio h?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.