C ++程序打印生日快乐
这是一个用于打印生日快乐的C++程序。
算法
Begin
Take a str1 which takes the next character of our desired ouput like for H it will be G.
Assign the string to a pointer p.
Make a while loop till *p != NULL.
Go next character of the string print it and after that go the nextposition of string.
Print the result.
End示例
#include<iostream>
using namespace std;
main(){
char str[]="G`ooxAhqsgc`x",*p;
p=str;
while(*p!='\0')
++*p++;
cout<<str;
}输出结果
HappyBirthday
热门推荐
10 圣诞祝福语简短小学
11 祖国七十华诞简短祝福语
12 老师送的祝福语简短
13 生日祝福语大全女生简短
14 祝女性生日祝福语简短
15 牛年女神节祝福语简短
16 情人表白祝福语简短大气
17 老公开业祝福语简短
18 官宣新年祝福语简短