Try to resolve your problem using char array.
#include <iostream.h>View more random threads:
- What does it mean command line? in C++ 2012
- what is huffman encoding?
- Overloaded >> operator not reading more than first line...
- C++ main program likhta hn magar wo run ni hota
- Please explain the term stacking overhead in C++
- Vector of stucts in c++ 2011-12
- the uses of queues and stacks? the application of binery...
- Use of Inline Function in c++ 2011
- when we make codes in Devc++ after press F9 (compiling) the...
- why we use member intilizer list.what is benefit of using...
main()
{
char cusName;
char carModel;
cout<<"please enter customer name";
cin>>cusName;
Sponsored Links
cout<<"please enter car model";
cin>>carModel;
system('pause');
return 0;
}
in this program when program runs it doesnot prompt to take carModel.
what is the reason???
There are currently 1 users browsing this thread. (0 members and 1 guests)