What would be the output, if the input given to 'a' is Ram Krishan Verma?#include<iostream.h> void main() { char a[10]; cin.getline(a,10); cout<<a; }
Reveal answer
Fill a bubble to check yourself
What would be the output, if the input given to 'a' is Ram Krishan Verma?#include<iostream.h> void main() { char a[10]; cin.getline(a,10); cout<<a; }