C++ Codes
Algorithms
Algorithm Analysis in C++
Beginners
Code Snippets
Graphics
Data Structures
File Manipulation
Games
Mathematics
Miscellaneous
Visual C++ Library
C++ > Beginners Lab Assignments sample source codes
Program for rotation of a string
Program for rotation of a string :#include
#include
#include
void main() { clrscr(); char name[40],bubble,temp[40]; int loop,size,count; printf(" Enter the word "); scanf("%s",name); printf(" "); for(loop=0;loop
Privacy Policy
|
Link to Us
|
Links