what is use of loop?

Answer Posted / anil kumar nahak

When We Require Repeatably Statements For Specific Number
Times.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is recursion in C

604


What is signed and unsigned?

632


What is clrscr in c?

666


To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9

2182


Explain what is the use of a semicolon (;) at the end of every program statement?

727






What is the best way to store flag values in a program?

576


What is scope and lifetime of a variable in c?

570


What are the scope of static variables?

597


Write a program to print factorial of given number without using recursion?

564


What is the method to save data in stack data structure type?

600


using only #include and #include Write a program in C that will read an input from the user and print it back to the user if it is a palindrome. The string ends when it encounters a whitespace. The input string is at most 30 characters. Assume the string has no spaces and distinguish between and lowercase. So madam is a palindrome, but MadAm is not a palindrome. Use scanf and %s to read the string. Sample Test: Enter a string: madam madam is a palindrome. Enter a string: 09023 09023 is not a palindrome.

1304


What is wrong with this program statement?

603


What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

619


difference between object file and executable file

6089


Why header file is used in c?

571