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 |
why effort estimation is important?
how many times of error occur in C
How to print all the 26 alphabets in this order in C. AbCdEfGh..... it should print dynamically from a to z and do not print this using pgm like this print("Ab......"); Use loops or anything to print all alphabets
Write a Program to accept different goods with the number, price and date of purchase and display them
Explain what is #line used for?
What is malloc() function?
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 is the need for main function in c?
where does it flourished?
How to draw the flowchart for structure programs?
hi send me sample aptitude papers of cts?
Explain the difference between exit() and _exit() function?