count vowel

jaiparivesh at 02h26
05
Mar
2009
count vowel

yesma k problem cha??



;title array
;dosseg
.model small
.stack 64h
.data
max db 20h
act db ?
str db 20h dup(?)
vow db 'a','e','i','o','u','A','E','I','O','U'
.code
main proc
mov ax, @DATA
mov ds, ax
lea dx, max
mov AH, 0AH
int 21h
mov dl, 00
mov cl, act
mov ch, 00
About
This topic belongs to the forum
  • Numbers of topics : 606
  • Numbers of messages : 1518
  • Numbers of users : 2259
  • Numbers of points : 49
Similar topics
I've seen this feature on smf forums. It should be able to be implemented on phpbb.
Dear DM Experts, I am ponding this interesting scenario. What is the best way to resolve this requirement? The simple is requirement is to track the patient re-admission rate in a hospital. For e.g., if patient A was admitted on 1st March 2009, 20th
Twitter Followers Widget This is a cool little widget that you can use to count your twitter followers, just follow me and you can't go wrong Lets get started with the PHP... Code:<?php $tw =
Hello, How do I get the subdimension count? I have a table FactPolicyAggregate DimAutoVehicles DimAutoDrivers AutoVehicles and AutoDrivers have effective and expiration dates. How do I get the number of AutoVehicles and AutoDrivers, who
Write an assembly language program for 8086 to read a string, count the number of lowercase characters, uppercase characters, digits and other characters present in the string and display in the following format in a clear screen- Entered String- We
Forums from same category
See also
more_less
Informations

1 Replies For the topic :
"count vowel"

This topic has been viewed 463 times.

Last message :
05/03/2009 at 02h26 by "jaiparivesh"