C language interview questions solution for freshers beginners placement tricky good pointers answers explanation operators data types arrays structures functions recursion preprocessors looping file handling strings switch case if else printf advance linux objective mcq faq online written test prime numbers Armstrong Fibonacci series factorial palindrome code programs examples on c++ tutorials and pdf
Hi, I need help for my assignment, I need to modular addition and modular multiplication on large integers ie 128 using arrays. My numbers are stored in char arrays in decimal form, so how to perform modular addition and multiplication on large char arrays. please
Hi! I request for help in writing. Program with functions that relate to bank transactions. Prompt user for a password.if the password is wrong, program must give an error message and ask him/ her to try again. Allow three trials, on the fourth time quit the program. Recall the use of strcmp() and strcpy() from the string.h in dealing with strings. The program must display the user's initial balance as R10000 and give the user a menu of depositing and withdrawal., have two functions, one deposit into your account and another to withdraw money from the account. Each function at the end displays the new balance in your account. Give the user an option to quit or continue with the program. If the user continues the program must go back to the menu with no password required. If the user quits, the program must end. No global varibles!
2 comments:
Hi, I need help for my assignment, I need to modular addition and modular multiplication on large integers ie 128 using arrays. My numbers are stored in char arrays in decimal form, so how to perform modular addition and multiplication on large char arrays. please
Hi! I request for help in writing. Program with functions that relate to bank transactions. Prompt user for a password.if the password is wrong, program must give an error message and ask him/ her to try again. Allow three trials, on the fourth time quit the program. Recall the use of strcmp() and strcpy() from the string.h in dealing with strings. The program must display the user's initial balance as R10000 and give the user a menu of depositing and withdrawal., have two functions, one deposit into your account and another to withdraw money from the account. Each function at the end displays the new balance in your account. Give the user an option to quit or continue with the program. If the user continues the program must go back to the menu with no password required. If the user quits, the program must end. No global varibles!
Post a Comment