find the size of structure without using the size of function
Answer / vinay
struct abc
{
-------------
--------------
-------------
};
struct abc arr[2];
difference btw arr[2] and arr[1]
| Is This Answer Correct ? | 6 Yes | 1 No |
What is difference between structure and union?
What is a union?
Write a code to generate divisors of an integer?
What is the difference b/w Structure & Union?
Explain the difference between strcpy() and memcpy() function?
What is sparse file?
Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.
12 Answers MIT, TCS,
What is oops c?
c program to arrange digits in a no in ascending and descending order
What are bit fields? What is their use?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.