answersLogoWhite

0

If I remove the battery of my nokia c3-01 will I lose my call history.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How much is the nokia c301?

99:99


Is the bison c301 bb gun full automatic?

No it is a single spring powerd fire


How do you transfer contacts from nokia 6700 slide phone to PC?

Sprint does (and others may) offer a paid service that allows you to store your contact (and possibly other info) on (a remote hard drive somewhere I presume) to be retrieved later (format unknown)


What is the cross reference number for a napa 7398 oil filter?

Purolator PL20195 NAPA 7398 These 2 I personally tested. Looks like these are longer versions of their counterparts. I also found these but they are not confirmed yet. WIX 57398 FRAM PH10027 CARQUEST 84398 FLEETGUARD LF16165 HASTINGS B7238 HASTINGS LF644 ONAN 122-0836 Wix 51516 All of these are supposed to be the same longer filter. Approximately 4.75-5.0 inches long. Now this list I ad been compiling but the filders were too short, under 2 inches. Same thread and everything. These are around 3 inches long. Some a little more. AC Delco PF-53 Amsoil ASF-57 SMF122 Bosch 3330 (Too short) 72161 Champion C301 Fram PH3614 PH3816 PH6063 Hastings 157A LF157 Mobil 1 M1 - 102 Motorcraft FL-271 FL-793 NAPA Gold # 1348 Purflux LS188B Purolator L10241 ML 16825 PL10241 STP S3614 WalMart ST3614 Wix 51348 51785


Assembly language pgm to find sum of n numbers?

C100 LXI H C200 21 ; Load the HL register pair immediately C101 00 ; C102 C2 ; C103 MOV B M 46 ; Move the memory content (Total number of data) in to B register C104 MVI C 00 0E ; Initialize the C register with 00 H C 105 00 ; C106 SUB A 97 ; Clear the ac cumulator C107 INX H 23 ; Increment the HL register pair (to get the next input data) C108 MOV A M 7E ; Move the memory content in to accumulator C109 DCR B 05 ; Decrement the B register c o n tent C10A INX H 23 ; Increment the HL register pair C10B ADD M 86 ; Add the memory content to accumulator C10C JNC C110 D2 ; Jump if carry = 0, to C110 H C10D 10 ; C10E C1 ; C10F INR C 0C ; Increment the C register content C110 DCR B 05 ; Decrement the B register content C111 JNZ C10A C2 ; Jump if no zero to C10A H C112 0A ; C113 C1 ; C114 STA C300 32 ; Store the accumulator content (sum) at C300 H C115 00 ; C116 C3 ; C117 MOV A C 79 ; Move the C register content to accumulator C118 STA C301 32 ; Store the accumulator content ( carry ) at C300 H C119 01 ; C11A C3 ; C11B HL T 76 ; Halt the exection