Is c object oriented?
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.
What is identifier in c?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
Explain in detail how strset (string handling function works )pls explain it with an example.
write a program to display all prime numbers
#define f(x) main() { printf("\n%d",f(2+2)); }
What is wrong in this statement? scanf(“%d”,whatnumber);
What is the g value paradox?
Write a program which calculate sum of several number and input it into an array. Then, the sum of all the number in the array is calculated.
What kind of structure is a house?
What the different types of arrays in c?
Is there any data type in c with variable size?