Click here to Skip to main content
15,892,072 members

Comments by Ullas_Krishnan (Top 4 by date)

Ullas_Krishnan 1-Jun-18 5:41am View    
it may be some installation error .. its should automatically in an additional menu
Ullas_Krishnan 3-Nov-14 20:32pm View    
Hi,

You can just check the first n character of string is "Jack" or something else by travelling through the user input string...

Or this can be achieved by strcmp function... by extracting first 5 character from use input string.
After getting the string its easy for you to check does the first character is space or character by ASCI value or by "".
Thanks,
Ullas
Ullas_Krishnan 2-Nov-14 13:14pm View    
Thanks for you point, will keep this in mind while replying for the next post...
Ullas_Krishnan 2-Nov-14 12:50pm View    
Above is only the basic steps followed in C# or Java, below is the answer given for the second question (Java Example)...