I'm having trouble with coming up with the correct code.
Thank You!!
The assignment was to write a program using string functions
that accepts a price of an item and displays its coded value. The base of the keys:
X C O M P U T E R S
0 1 2 3 4 5 6 7 8 9
Sample I/O Dialogue:
Enter Price: 489.50
Coded Value: PRS.UX
No Answer is Posted For this Question
Be the First to Post Answer
errors are known as?
3 Answers EX, State Bank Of India SBI,
What are the different types of errors in C and when they occur?
A sample program using data structure? what is file handling?
I can not get my C++ program to work right. It is supposed to tell if a word is a palindrome or not, but it only tells thet the word is not a palindrome. And I can't fix it.
what is exceptions?
main() { char c; for(c='A';c<='Z';c++) getch(); }
Why are memory errors hard to debug?
#include<>stdio.h> #include<>conio.h> { printf("hello"); void main() getch(); } what the out put of this program and why ......plz clear my answer
char* f() return "hello:"; void main() {char *str=f(); }
what is the error in the following code: main() { int i=400,j; j=(i*i)/i; }
#include"stdio.h" #include"conio.h" void main() { int a; printf("\n enter a number:"); scanf("%c\n"); getch(); }
void main() { int i=5; printf("%d",i+++++i); }