What are the commands should be given before weiting C
Program i.e, Cd.. like
Answers were Sorted based on User's Feedback
Is c high or low level?
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.
Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)
what is the output of the below code? main( ) { printf ( "\nOnly stupids use C?" ) ; display( ) ; } display( ) { printf ( "\nFools too use C!" ) ; main( ) ; }
HOW TO SWAP TWO NOS IN ONE STEP?
How does free() know explain how much memory to release?
How to implement a packet in C
What do you mean by a local block?
What are void pointers in c?
how to devloped c lenguege?
How arrays can be passed to a user defined function
1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop