Computer Science, asked by ayushsrivastav9, 29 days ago

write a program to print name and surname​

Answers

Answered by shreyanshkumar67
0

Answer:

Answers

#include<stdio.h> #include<string.h> void main() { int i,h; char a[10],b[10],c[10]; printf("Enter your first name\n"); scanf("%s",&a[i]); ...

#include <iostream> #include <string> using namespace std; int main(){ string adS="Robert Brett Roser"; char a; for(int i=0;i<adS.rfind(' '); i++){ for(a=65; a<=90;a++){

Explanation:

please mark me as branliest

Answered by avnimasih9
2

Answer:

this might help you❤

Explanation:

include<stdio.h> #include<string.h> void main() { int i,h; char a[10],b[10],c[10]; printf("Enter your first name\n"); scanf("%s",&a[i]); ...

#include <iostream> #include <string> using namespace std; int main(){ string adS="Robert Brett Roser"; char a; for(int i=0;i<adS.rfind(' '); i++){ for(a=65; a<=90;a++){

Similar questions