ABCDCBA
ABC CBA
AB BA
A A

Answer Posted / notgate779

http://allinterview.com/showanswers/89174.html
<a
href="http://allinterview.com/showanswers/89174.html">click</a>

Is This Answer Correct ?    0 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is there sort function in c?

586


Explain main function in c?

634


Differentiate between new and malloc(), delete and free() ?

682


Why is extern used in c?

622


Why is c called a mid-level programming language?

735






Explain about block scope in c?

667


show how link list can be used to repersent the following polynomial i) 5x+2

1688


Why do we need arrays in c?

594


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.

4995


What is the easiest sorting method to use?

641


design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.

1502


the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above

614


Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)

5814


Is it fine to write void main () or main () in c?

558


How many keywords are there in c?

600