what is difference between array and structure?
Answer Posted / reema
ARRAY:- An array can't have bit fields.
STRUCTURE:- Structure can contain bit fields.
| Is This Answer Correct ? | 82 Yes | 22 No |
Post New Answer View All Answers
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
What is time null in c?
Is c programming hard?
How can you draw circles in C?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
What are unions in c?
Is c is a middle level language?
What is else if ladder?
What is the difference between %d and %i?
What kind of structure is a house?
Which driver is a pure java driver
What is #define size in c?
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.
Can we add pointers together?
What are register variables in c?