full c programming error question based problem
Answers were Sorted based on User's Feedback
Answer / anusha
some of the companies are giving 2 to 3 pages of large programmes with some errors and they are asking to pick those errors...so please provide such type of sample programmes
| Is This Answer Correct ? | 7 Yes | 2 No |
when i use cout or cin call & then either << or >> .....it shows declaration syntax error...what should i do? cout<<"anything"; int a; cin>>a; return 0;
Using string functions write a program that will accept the name of the capital as input value and will display the corresponding country. ------------------------ Capitals Countries ------------------------ Capitals Countries Ottawa Canada Moscow Russia Rome Italy I can't not get it to run properly
how to convert decimal to hexadecimal without using arrays just loops
what is meant for variable not found?
void main() { int i=7; printf("N= %*d",i,i); }
How to create a program that lists countries capitals when country is entered? (Terribly sorry, I'm a complete novist to coding with C, am looking for inspiration and general tips on how to code and create this program.)
char* f() return "hello:"; void main() {char *str=f(); }
what is exceptions?
errors are known as?
3 Answers EX, State Bank Of India SBI,
void main() { int i=1; printf("%d%d%d",i,++i,i++); } Cau u say the output....?
who was the present cheif governor of reserve bank of india
6 Answers State Bank Of India SBI,
I am using Qt 5.6 during compilation it stops and gives error about Qmake The process "C:QtQt5.6.35.6.3msvc2015_64inqmake.exe" crashed. Error while building/deploying project untitled1 (kit: Desktop Qt 5.6.3 MSVC2015 64bit) When executing step "qmake"