Write a program to reverse a string.
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between global variable & static variable declared out side all the function in the file.
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
Why double pointer is used in c?
What is binary tree in c?
Explain 'bus error'?
While compiling a c program,graphics header files are not including in my program..eg: <graphics.h>,what may be the problem...is there any environment settings exists.
what is the output of printf("%d",(scanf("%d",10));
write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?
Why is c still so popular?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
How do I get a null pointer in my programs?