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.)
No Answer is Posted For this Question
Be the First to Post Answer
write a profram for selection sort whats the error in it?
loop1: { x=i<n?(i++):0; printf("%d",i); exit(x); continue; } Error- misplaced continue. Doubt-1.will the exit(x) be executed for all values of x 2.will this statement go out of the program.
void main() { int i=1; printf("%d%d%d",i,++i,i++); } Cau u say the output....?
what is run time error?
full c programming error question based problem
difference between c/c++ programing language? what is necessesity of c++ when existing c programing language?
who was the present cheif governor of reserve bank of india
6 Answers State Bank Of India SBI,
How to create a program that lists the capital country when told what the original country is? (Terribly sorry, I'm a novice programmer and would appreciate any help ;). Cheers, Alexxis
void main() { for(int i=0;i<5;i++); printf("%d",i); } What is the output?..
32 Answers College School Exams Tests, CTS, HCL, iGate, SmartData,
what are the techniques for reducing the fragility of a memory bug?
what is the large sustained error signal that eventually cause the controller output to drive to its limit
How to develop a program using C language to convert 8-bit binary values to decimals. TQ