for questions 14,15,16,17 use the following
alternatives:a.int b.char.c.string.d.float
what is differnence b/w macro & functions
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.
what are far pointers?
What are the advantages of c preprocessor?
convert 0.9375 to binary
whether itis a structured language?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
How do you determine the length of a string value that was stored in a variable?
what is the difference between i++ and ++i?
which will return integer? a) int*s ( ) b) ( int* ) s( ) c) int ( *s ) ( )
How can I find out if there are characters available for reading?
I heard that you have to include stdio.h before calling printf. Why?