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
If the size of int data type is two bytes, what is the range of signed int data type?
Why is extern used in c?
Can we increase size of array in c?
Can you please explain the difference between exit() and _exit() function?
How can I call fortran?
How do you declare a variable that will hold string values?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
What is calloc()?
Why main function is special give two reasons?
Describe the header file and its usage in c programming?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
What do header files do?
Explain what are bus errors, memory faults, and core dumps?
How do c compilers work?
What is the need of structure in c?