What Is The Difference Between Null And Void Pointer?
No Answer is Posted For this Question
Be the First to Post Answer
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.
Why is this loop always executing once?
Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.
What is calloc in c?
Differentiate between declaring a variable and defining a variable?
how many times of error occur in C
Why preprocessor should come before source code?
what is the mean of c languages.
why we are using float in C
What is null pointer constant?
what are enumerations in C
Can you please explain the difference between strcpy() and memcpy() function?