Which control loop is recommended if you have to execute set of statements for fixed number of times?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how can a program be made to print the line number where an error occurs?
Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?
What is false about the following A compound statement is a.A set of simple statments b.Demarcated on either side by curly brackets c.Can be used in place of simple statement d.A C function is not a compound statement.
how do you programme Carrier Sense Multiple Access
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 pointer
4 Answers Bank Of America, TCS,
write a c programme for add of two numbers with out use of arthematic operators
Why should I use standard library functions instead of writing my own?
In how much time you will write this c program? Prime nos from 1 to 1000
send me the code of flow chart generator using C-programming language amd this code should calculate the time and space complexity of the given progran and able to generate flowchart according to the given program?
What is the difference between array and pointer in c?
What is the difference between printf and scanf )?