struct ptr
{
int a;
char b;
int *p;
}abc;
what is d sizeof structure without using "sizeof" operator??
Answer Posted / ryan
The size of the structure is 5 bytes
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
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.
Can we compile a program without main() function?
Explain c preprocessor?
What are the c keywords?
Explain what does the format %10.2 mean when included in a printf statement?
What does the function toupper() do?
What is && in c programming?
please explain every phase in the "SDLC" in the dotnet.
Explain is it better to bitshift a value than to multiply by 2?
Difference between pass by reference and pass by value?
the question is that what you have been doing all these periods (one year gap)
what is the diffrenet bettwen HTTP and internet protocol
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
What is local and global variable in c?
Why clrscr is used after variable declaration?