Answer Posted / kasirajan
dennis ritchie at bell laboratories
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
Why does everyone say not to use gets?
Why doesnt this code work?
What does 4d mean in c?
What is a volatile keyword in c?
what is event driven software and what is procedural driven software?
Write a program to reverse a given number in c language?
How pointer is different from array?
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.
If null and 0 are equivalent as null pointer constants, which should I use?
What is the purpose of type declarations?
What is adt in c programming?
What is multidimensional arrays
Is Exception handling possible in c language?
Differentiate between the = symbol and == symbol?