What is the difference between pure virtual function and virtual function?
No Answer is Posted For this Question
Be the First to Post Answer
Is double link list a linear data structure? If Yes, Why?If No, Why?
c programming of binary addition of two binary numbers
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 a class?
Write a program to swap two numbers without using third variable in c?
Write a program for the following series: 1*3*5-2*4*6+3*5*7-4*6*8+.................up to nterms
What is the maximum no. of arguments that can be given in a command line in C.?
What is the difference between array and linked list in c?
What does malloc () calloc () realloc () free () do?
writw a program to insert an element in the begning of a doubly linked list
Can we assign integer value to char in c?
What is a keyword?