What is the size of structure in c?
Answer / Nitesh Arya
"The size of a structure in C depends on the number and type of its members. The compiler calculates the total size based on the sizes of each member. To find the size of a structure, you can use the sizeof operator."n
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the difference between auto and static keywords
1 Answers cDot, College School Exams Tests, TCS,
What are the 32 keywords in c?
How to write in a function declaration and in function call in which the function has 'n' number of varible or arguments?
Which built-in library function can be used to match a patter from the string?
What is a keyword?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
What's the best way of making my program efficient?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
Why is sizeof () an operator and not a function?
What is function definition in c?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
what is pointer?
13 Answers HCL, TCS,