What are the Advantages of using macro
No Answer is Posted For this Question
Be the First to Post Answer
Is array a primitive data type in c?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
write program on arrays
What is structure padding in c?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
application of static variables in real time
Explain that why C is procedural?
What is the g value paradox?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
In which area global, external variables are stored?
how can f be used for both float and double arguments in printf? Are not they different types?
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.