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
Why is c faster?
What is static identifier?
Is there a way to jump out of a function or functions?
Can you please explain the difference between syntax vs logical error?
What is a void pointer? When is a void pointer used?
How do I create a directory? How do I remove a directory (and its contents)?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
What are keywords in c with examples?
write a c program for swapping two strings using pointer
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
Difference between linking and loading?
What is the difference between pure virtual function and virtual function?
What is wild pointer in c with example?
Write a program to find the biggest number of three numbers in c?
Write a program of prime number using recursion.