Explain what are the __date__ and __time__ preprocessor commands?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how do you list files in a directory?
Is c is a high level language?
What is the sizeof () a pointer?
Write a program to print the following series 2 5 11 17 23 31 41 47 59 ...
How pointer is different from array?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
Explain how do you print only part of a string?
Example of friendly function 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.
What are the disadvantages of c language?
What are # preprocessor operator in c?
int i=10; printf("%d %d %d", i, i=20, i);