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
Is the exit() function same as the return statement? Explain.
Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.
write a proram to reverse the string using switch case?
What is the need of structure in c?
What is property type c?
What is meant by realloc()?
Explain built-in function?
What is a nested formula?
How to write a multi-statement macro?
Tell me can the size of an array be declared at runtime?
application attempts to perform an operation?
What is union and structure?
Explain what is output redirection?
Is fortran still used in 2018?
explain what is fifo?