Answer Posted /
| Is This Answer Correct ? | Yes | No |
Post New Answer View All Answers
Sir i am going to write exam for post of Officers under Training. Please send me syllabus & Model Papers to my Mail id: mkranthi.smiley@gmail.com
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What are common metadata annotations?
What is the sessionstorage object in html5?
Is mongodb a key value store?
If a folder is having 10 excel files that are created on different dates, how can we get the latest excel file from the folder?
What is the quickest way to export a table to a flat file?
Can I install gmail on windows 10?
what are the various flags used in 8085?
define the term filter actions
What is infinite loop?
How many layers in the neural network?
derive DC RMS value for half wave rectifier?
What is a decorator?
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.